Package org.apache.directory.shared.ldap.exception

Interface Summary
LdapException An interface for exceptions which add LDAP specific information to Exceptions.
 

Exception Summary
LdapAttributeInUseException A subclass of AttributeInUseException which holds the LDAP resultCode associated with the exception.
LdapAuthenticationException A subclass of AuthenticationException which associates the ResultCodeEnum.INVALIDCREDENTIALS value with the type.
LdapAuthenticationNotSupportedException A subclass of the AuthenticationNotSupportedException carrying along an unequivocal ResultCodeEnum value.
LdapConfigurationException A ConfigurationException which associates a resultCode namely the ResultCodeEnum.OTHER resultCode with the exception.
LdapContextNotEmptyException A ContextNotEmptyException which contains an LDAP result code.
LdapInvalidAttributeIdentifierException A subclass of InvalidAttributeIdentifierException which holds the LDAP resultCode associated with the exception.
LdapInvalidAttributeValueException Makes a InvalidAttributeValueException unambiguous with respect to the result code it corresponds to by associating an LDAP specific result code with it.
LdapInvalidNameException A subclass of InvalidNameException designed to hold an unequivocal LDAP result code.
LdapNameAlreadyBoundException A NameAlreadyBoundException which contains LDAP specific information such as a result code.
LdapNameNotFoundException A NameNotFoundException holding LDAP specific information such as the LDAP ResultCode.
LdapNamingException Extends the root NamingException by adding LDAP specific properties to it.
LdapNoPermissionException A NoPermissionException which associates a resultCode namely the ResultCodeEnum.INSUFFICIENTACCESSRIGHTS resultCode with the exception.
LdapNoSuchAttributeException A subclass of NoSuchAttributeException which holds the LDAP resultCode associated with the exception.
LdapReferralException A ReferralException which associates a resultCode namely the ResultCodeEnum.REFERRAL resultCode with the exception.
LdapSchemaViolationException Makes a SchemaViolationException unambiguous with respect to the result code it corresponds to by associating an LDAP specific result code with it.
LdapServiceUnavailableException LDAP specific ServiceUnavailableException that preserves resultCode resolution.
LdapSizeLimitExceededException A SizeLimitExceededException which associates a resultCode namely the ResultCodeEnum.SIZELIMITEXCEEDED resultCode with the exception.
LdapTimeLimitExceededException A TiimeLimitExceededException which associates a resultCode namely the ResultCodeEnum.SIZELIMITEXCEEDED resultCode with the exception.
OperationAbandonedException Marker exception thrown when an operation is cancelled.
 



Copyright © 2003-2006 . All Rights Reserved.