Package org.forgerock.opendj.ldap
Class SearchResultReferenceIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.forgerock.opendj.ldap.SearchResultReferenceIOException
- All Implemented Interfaces:
Serializable
Thrown when an iteration over a set of search results using a
ConnectionEntryReader encounters a SearchResultReference.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new referral result IO exception with the providedSearchResultReference. -
Method Summary
Modifier and TypeMethodDescriptionReturns theSearchResultReferencewhich was encountered while processing the search results.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SearchResultReferenceIOException
Creates a new referral result IO exception with the providedSearchResultReference.- Parameters:
reference- TheSearchResultReferencewhich may be later retrieved by thegetReference()method.- Throws:
NullPointerException- Ifreferencewasnull.
-
-
Method Details
-
getReference
Returns theSearchResultReferencewhich was encountered while processing the search results.- Returns:
- The
SearchResultReferencewhich was encountered while processing the search results.
-