Class 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 the CLIENT_SIDE_UNEXPECTED_RESULTS_RETURNED error result codes.
See Also: