class |
AssertionFailureException |
Thrown when the result code returned in a Result indicates that the Request
failed because the filter contained in an assertion control failed to match
the target entry.
|
class |
AuthenticationException |
Thrown when the result code returned in a Result indicates that the Bind
Request failed due to an authentication failure.
|
class |
AuthorizationException |
Thrown when the result code returned in a Result indicates that the Request
failed due to an authorization failure.
|
class |
CancelledResultException |
Thrown when the result code returned in a Result indicates that the Request
was cancelled.
|
class |
ConnectionException |
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful because of a connection failure.
|
class |
ConstraintViolationException |
Thrown when the result code returned in a Result indicates that the update
Request failed because it would have left the Directory in an inconsistent
state.
|
class |
DecodeException |
Thrown when data from an input source cannot be decoded, perhaps due to the
data being malformed in some way.
|
class |
EntryNotFoundException |
Thrown when the result code returned in a Result indicates that the Request
failed because the target entry was not found by the Directory Server.
|
class |
LdapException |
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful.
|
class |
MultipleEntriesFoundException |
Thrown when the result code returned in a Result indicates that the requested
single entry search operation or read operation failed because the Directory
Server returned multiple matching entries (or search references) when only a
single matching entry was expected.
|
class |
ReferralException |
Thrown when the result code returned in a Result indicates that the Request
could not be processed by the Directory Server because the target entry is
located on another server.
|
class |
TimeoutResultException |
Thrown when the result code returned in a Result indicates that the Request
was aborted because it did not complete in the required time out period.
|