Package org.forgerock.opendj.ldap
Class EntryNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.forgerock.opendj.ldap.LdapException
org.forgerock.opendj.ldap.EntryNotFoundException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ReferralException
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. More
specifically, this exception is used for the following error result codes:
NO_SUCH_OBJECT- the requested operation failed because it referenced an entry that does not exist.REFERRAL- the requested operation failed because it referenced an entry that is located on another server.CLIENT_SIDE_NO_RESULTS_RETURNED- the requested single entry search operation or read operation failed because the Directory Server did not return any matching entries.
ReferralException
sub-class.- See Also:
-
Method Summary
Methods inherited from class org.forgerock.opendj.ldap.LdapException
getResult, newLdapException, newLdapException, newLdapException, newLdapException, newLdapExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString