Exception | Description |
---|---|
AbstractLdapReferralException |
A
LdapOperationException which associates a resultCode namely the
ResultCodeEnum.REFERRAL 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#INVALIDCREDENTIALS value with the type. |
LdapAuthenticationNotSupportedException |
A subclass of the
LdapOperationException carrying along
an unequivocal ResultCodeEnum value. |
LdapConfigurationException |
A
LdapException which associates a resultCode namely the
ResultCodeEnum.OTHER resultCode with the exception. |
LdapContextNotEmptyException |
A ContextNotEmptyException 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#INSUFFICIENTACCESSRIGHTS 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. |
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. |
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. |
LdapTimeLimitExceededException |
A TiimeLimitExceededException which associates a resultCode namely the
ResultCodeEnum#SIZELIMITEXCEEDED resultCode with the exception. |
LdapUnwillingToPerformException |
An LDAPException that extends the
LdapOperationException
carrying with it the corresponding result codes for this condition. |
OperationAbandonedException |
Marker exception thrown when an operation is cancelled.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.