Uses of Interface
org.apache.directory.shared.ldap.exception.LdapException

Packages that use LdapException
org.apache.directory.shared.ldap.exception   
 

Uses of LdapException in org.apache.directory.shared.ldap.exception
 

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



Copyright © 2003-2006 . All Rights Reserved.