org.apache.directory.api.ldap.model.exception
Class LdapAuthenticationNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.directory.api.ldap.model.exception.LdapException
org.apache.directory.api.ldap.model.exception.LdapOperationException
org.apache.directory.api.ldap.model.exception.LdapAuthenticationNotSupportedException
- All Implemented Interfaces:
- Serializable
public class LdapAuthenticationNotSupportedException
- extends LdapOperationException
A subclass of the LdapOperationException carrying along
an unequivocal ResultCodeEnum value.
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LdapAuthenticationNotSupportedException
public LdapAuthenticationNotSupportedException(ResultCodeEnum resultCode,
String message)
- Creates a new instance of LdapAuthenticationNotSupportedException.
- Parameters:
resultCode - the ResultCodeEnum for this exceptionmessage - The exception message
LdapAuthenticationNotSupportedException
public LdapAuthenticationNotSupportedException(ResultCodeEnum resultCode)
- Creates a new instance of LdapAuthenticationNotSupportedException.
- Parameters:
resultCode - the ResultCodeEnum for this exception
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.