@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class SearchResultReferenceEntrySourceException extends EntrySourceException
EntrySource
API (e.g., an LDAPEntrySource
object).Constructor and Description |
---|
SearchResultReferenceEntrySourceException(SearchResultReference searchReference)
Creates a new search result reference entry source exception with the
provided search result reference.
|
Modifier and Type | Method and Description |
---|---|
SearchResultReference |
getSearchReference()
Retrieves the search result reference for this entry source exception.
|
void |
toString(java.lang.StringBuilder buffer)
Appends a string representation of this exception to the provided buffer.
|
mayContinueReading
getExceptionMessage, getExceptionMessage, toString
public SearchResultReferenceEntrySourceException(@NotNull SearchResultReference searchReference)
searchReference
- The search result reference returned by the
directory server. It must not be null
.@NotNull public SearchResultReference getSearchReference()
public void toString(@NotNull java.lang.StringBuilder buffer)
toString
in class EntrySourceException
buffer
- The buffer to which the string representation of this
exception is to be appended.