Uses of Class
org.apache.directory.shared.ldap.exception.LdapOperationException

Packages that use LdapOperationException
org.apache.directory.shared.ldap.exception   
org.apache.directory.shared.ldap.name   
 

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

Subclasses of LdapOperationException in org.apache.directory.shared.ldap.exception
 class AbstractLdapReferralException
          A LdapOperationException which associates a resultCode namely the ResultCodeEnum.REFERRAL resultCode with the exception.
 class LdapAffectMultipleDsaException
          A subclass of LdapOperationException which associates the ResultCodeEnum.AFFECTS_MULTIPLE_DSAS value with the type.
 class LdapAliasDereferencingException
          A subclass of LdapOperationException which associates the ResultCodeEnum.ALIAS_DEREFERENCING_PROBLEM value with the type.
 class LdapAliasException
          A subclass of LdapOperationException which associates the ResultCodeEnum.ALIAS_PROBLEM value with the type.
 class LdapAttributeInUseException
          A subclass of LdapOperationException which holds the LDAP resultCode associated with the exception.
 class LdapAuthenticationException
          A subclass of LdapOperationException which associates the ResultCodeEnum#INVALIDCREDENTIALS value with the type.
 class LdapAuthenticationNotSupportedException
          A subclass of the LdapOperationException carrying along an unequivocal ResultCodeEnum value.
 class LdapConfigurationException
          A LdapException which associates a resultCode namely the ResultCodeEnum.OTHER resultCode with the exception.
 class LdapContextNotEmptyException
          A ContextNotEmptyException which contains an LDAP result code.
 class LdapEntryAlreadyExistsException
          A LdapOperationException which contains LDAP specific information such as a result code.
 class LdapInvalidAttributeTypeException
          A subclass of LdapOperationException which holds the LDAP resultCode associated with the exception.
 class LdapInvalidAttributeValueException
          Makes a LdapOperationException unambiguous with respect to the result code it corresponds to by associating an LDAP specific result code with it.
 class LdapInvalidDnException
          A subclass of LdapOperationException designed to hold an unequivocal LDAP result code.
 class LdapInvalidSearchFilterException
          A subclass of LdapOperationException which associates the ResultCodeEnum.INAPPROPRIATE_MATCHING value with the type.
 class LdapLoopDetectedException
          A subclass of LdapOperationException which associates the ResultCodeEnum.LOOP_DETECT value with the type.
 class LdapNoPermissionException
          A LdapOperationException which associates a resultCode namely the ResultCodeEnum#INSUFFICIENTACCESSRIGHTS resultCode with the exception.
 class LdapNoSuchAttributeException
          A subclass of LdapOperationException which holds the LDAP resultCode associated with the exception.
 class LdapNoSuchObjectException
          A LdapOperationException holding LDAP specific information such as the LDAP ResultCode.
 class LdapOperationErrorException
          A subclass of LdapOperationException which associates the ResultCodeEnum.OPERATIONS_ERROR value with the type.
 class LdapOtherException
          A subclass of LdapOperationException which associates the ResultCodeEnum.OTHER value with the type.
 class LdapPartialResultException
          A LdapOperationException which associates a resultCode namely the ResultCodeEnum.REFERRAL resultCode with the exception.
 class LdapProtocolErrorException
          A subclass of LdapOperationException which associates the ResultCodeEnum.PROTOCOL_ERROR value with the type.
 class LdapReferralException
          A LdapOperationException which associates a resultCode namely the ResultCodeEnum.REFERRAL resultCode with the exception.
 class LdapSchemaViolationException
          Makes a LdapOperationException unambiguous with respect to the result code it corresponds to by associating an LDAP specific result code with it.
 class LdapServiceUnavailableException
          LDAP specific LdapOperationException that preserves resultCode resolution.
 class LdapTimeLimitExceededException
          A TiimeLimitExceededException which associates a resultCode namely the ResultCodeEnum#SIZELIMITEXCEEDED resultCode with the exception.
 class LdapUnwillingToPerformException
          An LDAPException that extends the LdapOperationException carrying with it the corresponding result codes for this condition.
 

Uses of LdapOperationException in org.apache.directory.shared.ldap.name
 

Subclasses of LdapOperationException in org.apache.directory.shared.ldap.name
 class TooComplexException
          This exception is used to signal, that the complex parser should be used.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.