Uses of Class
org.apache.directory.api.ldap.model.exception.LdapOperationException

Packages that use LdapOperationException
org.apache.directory.api.ldap.model.exception   
org.apache.directory.api.ldap.model.name   
 

Uses of LdapOperationException in org.apache.directory.api.ldap.model.exception
 

Subclasses of LdapOperationException in org.apache.directory.api.ldap.model.exception
 class AbstractLdapReferralException
          A LdapOperationException which associates a resultCode namely the ResultCodeEnum.REFERRAL resultCode with the exception.
 class LdapAdminLimitExceededException
          A LdapTimeLimitExceededException which associates a resultCode namely the ResultCodeEnum.ADMIN_LIMIT_EXCEEDED 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.INVALID_CREDENTIALS value with the type.
 class LdapAuthenticationNotSupportedException
          A subclass of the LdapOperationException carrying along an unequivocal ResultCodeEnum value.
 class LdapCannotCancelException
          A LdapCannotCancelException which associates a resultCode, namely the ResultCodeEnum.CANNOT_CANCEL resultCode with the exception.
 class LdapConfigurationException
          A LdapException which associates a resultCode namely the ResultCodeEnum.OTHER resultCode with the exception.
 class LdapContextNotEmptyException
          A LdapContextNotEmptyException 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.INSUFFICIENT_ACCESS_RIGHTS 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 LdapNoSuchOperationException
          A LdapNoSuchOperationException which associates a resultCode, namely the ResultCodeEnum.NO_SUCH_OPERATION resultCode with the exception.
 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 LdapSizeLimitExceededException
          A LdapSizeLimitExceededException which associates a resultCode namely the ResultCodeEnum.SIZE_LIMIT_EXCEEDED resultCode with the exception.
 class LdapStrongAuthenticationRequiredException
          A subclass of LdapOperationException which associates the ResultCodeEnum.STRONG_AUTH_REQUIRED value with the type.
 class LdapTimeLimitExceededException
          A LdapTimeLimitExceededException which associates a resultCode namely the ResultCodeEnum.TIME_LIMIT_EXCEEDED resultCode with the exception.
 class LdapTooLateException
          A LdapTooLateException which associates a resultCode namely the ResultCodeEnum.TOO_LATE resultCode with the exception.
 class LdapUnknownException
          A LdapUnknownException which associates a resultCode, namely the ResultCodeEnum.UNKNOWN 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.api.ldap.model.name
 

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



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.