|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.unboundid.util.LDAPSDKException
com.unboundid.ldap.sdk.EntrySourceException
com.unboundid.ldap.sdk.SearchResultReferenceEntrySourceException
@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class SearchResultReferenceEntrySourceException
This class defines an exception that may be thrown if a search result
reference is received from the directory server while using the
EntrySource
API (e.g., an LDAPEntrySource
object).
Constructor Summary | |
---|---|
SearchResultReferenceEntrySourceException(SearchResultReference searchReference)
Creates a new search result reference entry source exception with the provided search result reference. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.unboundid.ldap.sdk.EntrySourceException |
---|
mayContinueReading |
Methods inherited from class com.unboundid.util.LDAPSDKException |
---|
getExceptionMessage, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SearchResultReferenceEntrySourceException(SearchResultReference searchReference)
searchReference
- The search result reference returned by the
directory server. It must not be null
.Method Detail |
---|
public SearchResultReference getSearchReference()
public void toString(java.lang.StringBuilder buffer)
toString
in class EntrySourceException
buffer
- The buffer to which the string representation of this
exception is to be appended.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |