org.apache.directory.shared.ldap.exception
Class LdapInvalidAttributeIdentifierException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.directory.InvalidAttributeIdentifierException
org.apache.directory.shared.ldap.exception.LdapInvalidAttributeIdentifierException
- All Implemented Interfaces:
- Serializable, LdapException
public class LdapInvalidAttributeIdentifierException
- extends InvalidAttributeIdentifierException
- implements LdapException
A subclass of InvalidAttributeIdentifierException which holds the LDAP
resultCode associated with the exception. The LDAP result code associated
with this exception is the undefinedAttributeType result code value of 17.
- 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 |
LdapInvalidAttributeIdentifierException
public LdapInvalidAttributeIdentifierException()
- See Also:
InvalidAttributeIdentifierException.InvalidAttributeIdentifierException()
LdapInvalidAttributeIdentifierException
public LdapInvalidAttributeIdentifierException(String explanation)
- See Also:
InvalidAttributeIdentifierException.InvalidAttributeIdentifierException(String)
getResultCode
public ResultCodeEnum getResultCode()
- Description copied from interface:
LdapException
- Gets the LDAP result code that would be associated with this exception.
- Specified by:
getResultCode
in interface LdapException
- Returns:
- the LDAP result code corresponding to this exception type.
- See Also:
LdapException.getResultCode()
Copyright © 2004-2012. All Rights Reserved.