Package org.forgerock.opendj.ldap
Class MultipleEntriesFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.forgerock.opendj.ldap.LdapException
-
- org.forgerock.opendj.ldap.MultipleEntriesFoundException
-
- All Implemented Interfaces:
Serializable
,LocalizableException
public final class MultipleEntriesFoundException extends LdapException
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. More specifically, this exception is used for theCLIENT_SIDE_UNEXPECTED_RESULTS_RETURNED
error result codes.- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class org.forgerock.opendj.ldap.LdapException
getControls, getMatchedDn, getMessage, getMessageObject, getReferralUris, getResult, getResultCode, newLdapClientException, newLdapException, newLdapException, newLdapException, newLdapException, newLdapException, newLdapException, newLdapException, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-