org.apache.directory.shared.ldap.exception
Class LdapAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.NamingSecurityException
javax.naming.AuthenticationException
org.apache.directory.shared.ldap.exception.LdapAuthenticationException
- All Implemented Interfaces:
- Serializable, LdapException
public class LdapAuthenticationException
- extends AuthenticationException
- implements LdapException
A subclass of AuthenticationException
which associates the
ResultCodeEnum.INVALIDCREDENTIALS
value with the type.
- Version:
- $Rev: 470070 $
- Author:
- Apache Directory Project
- See Also:
-
LDAP ResultCode to JNDI Exception Mappings,
Serialized Form
Methods inherited from class javax.naming.NamingException |
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
LdapAuthenticationException
public LdapAuthenticationException(String msg)
LdapAuthenticationException
public LdapAuthenticationException()
getResultCode
public ResultCodeEnum getResultCode()
- Gets ResultCodeEnum.INVALIDCREDENTIALS every time.
- Specified by:
getResultCode
in interface LdapException
- Returns:
- ResultCodeEnum.INVALIDCREDENTIALS
- See Also:
LdapException.getResultCode()
Copyright © 2004-2012. All Rights Reserved.