Package org.apache.directory.api.ldap.model.exception

Enum Summary
LdapSchemaExceptionCodes This enum contains all the various codes that can be used to report issues during the integrity check of the schema by the SchemaManager.
 

Exception Summary
AbstractLdapReferralException A LdapOperationException which associates a resultCode namely the ResultCodeEnum.REFERRAL resultCode with the exception.
LdapAdminLimitExceededException A LdapTimeLimitExceededException which associates a resultCode namely the ResultCodeEnum.ADMIN_LIMIT_EXCEEDED resultCode with the exception.
LdapAffectMultipleDsaException A subclass of LdapOperationException which associates the ResultCodeEnum.AFFECTS_MULTIPLE_DSAS value with the type.
LdapAliasDereferencingException A subclass of LdapOperationException which associates the ResultCodeEnum.ALIAS_DEREFERENCING_PROBLEM value with the type.
LdapAliasException A subclass of LdapOperationException which associates the ResultCodeEnum.ALIAS_PROBLEM value with the type.
LdapAttributeInUseException A subclass of LdapOperationException which holds the LDAP resultCode associated with the exception.
LdapAuthenticationException A subclass of LdapOperationException which associates the ResultCodeEnum.INVALID_CREDENTIALS value with the type.
LdapAuthenticationNotSupportedException A subclass of the LdapOperationException carrying along an unequivocal ResultCodeEnum value.
LdapCannotCancelException A LdapCannotCancelException which associates a resultCode, namely the ResultCodeEnum.CANNOT_CANCEL resultCode with the exception.
LdapConfigurationException A LdapException which associates a resultCode namely the ResultCodeEnum.OTHER resultCode with the exception.
LdapContextNotEmptyException A LdapContextNotEmptyException which contains an LDAP result code.
LdapEntryAlreadyExistsException A LdapOperationException which contains LDAP specific information such as a result code.
LdapException An class for exceptions which add LDAP specific information to Exceptions.
LdapInvalidAttributeTypeException A subclass of LdapOperationException which holds the LDAP resultCode associated with the exception.
LdapInvalidAttributeValueException Makes a LdapOperationException unambiguous with respect to the result code it corresponds to by associating an LDAP specific result code with it.
LdapInvalidDnException A subclass of LdapOperationException designed to hold an unequivocal LDAP result code.
LdapInvalidSearchFilterException A subclass of LdapOperationException which associates the ResultCodeEnum.INAPPROPRIATE_MATCHING value with the type.
LdapLoopDetectedException A subclass of LdapOperationException which associates the ResultCodeEnum.LOOP_DETECT value with the type.
LdapNoPermissionException A LdapOperationException which associates a resultCode namely the ResultCodeEnum.INSUFFICIENT_ACCESS_RIGHTS resultCode with the exception.
LdapNoSuchAttributeException A subclass of LdapOperationException which holds the LDAP resultCode associated with the exception.
LdapNoSuchObjectException A LdapOperationException holding LDAP specific information such as the LDAP ResultCode.
LdapNoSuchOperationException A LdapNoSuchOperationException which associates a resultCode, namely the ResultCodeEnum.NO_SUCH_OPERATION resultCode with the exception.
LdapOperationErrorException A subclass of LdapOperationException which associates the ResultCodeEnum.OPERATIONS_ERROR value with the type.
LdapOperationException An class for LDAP operation exceptions which add LDAP specific information to Exceptions.
LdapOtherException A subclass of LdapOperationException which associates the ResultCodeEnum.OTHER value with the type.
LdapPartialResultException A LdapOperationException which associates a resultCode namely the ResultCodeEnum.REFERRAL resultCode with the exception.
LdapProtocolErrorException A subclass of LdapOperationException which associates the ResultCodeEnum.PROTOCOL_ERROR value with the type.
LdapReferralException A LdapOperationException which associates a resultCode namely the ResultCodeEnum.REFERRAL resultCode with the exception.
LdapSchemaException A subclass of LdapException which is used to report issues during the integrity check of the schema by the SchemaManager.
LdapSchemaViolationException Makes a LdapOperationException unambiguous with respect to the result code it corresponds to by associating an LDAP specific result code with it.
LdapServiceUnavailableException LDAP specific LdapOperationException that preserves resultCode resolution.
LdapSizeLimitExceededException A LdapSizeLimitExceededException which associates a resultCode namely the ResultCodeEnum.SIZE_LIMIT_EXCEEDED resultCode with the exception.
LdapStrongAuthenticationRequiredException A subclass of LdapOperationException which associates the ResultCodeEnum.STRONG_AUTH_REQUIRED value with the type.
LdapTimeLimitExceededException A LdapTimeLimitExceededException which associates a resultCode namely the ResultCodeEnum.TIME_LIMIT_EXCEEDED resultCode with the exception.
LdapTooLateException A LdapTooLateException which associates a resultCode namely the ResultCodeEnum.TOO_LATE resultCode with the exception.
LdapUnknownException A LdapUnknownException which associates a resultCode, namely the ResultCodeEnum.UNKNOWN resultCode with the exception.
LdapUnwillingToPerformException An LDAPException that extends the LdapOperationException carrying with it the corresponding result codes for this condition.
LdapUriException The URI parsing and escape encoding exception.
LdapURLEncodingException Thrown when a LdapStringEncodingDecoder has encountered a failure condition during the String creation.
MessageException This exception is thrown when a message processing error occurs.
OperationAbandonedException Marker exception thrown when an operation is cancelled.
ResponseCarryingMessageException This exception is thrown when a message processing error occurs.
UrlDecoderException Thrown when a Decoder has encountered a failure condition during a decode.
 



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