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
ConstructorDescriptionCreates a new referral result IO exception with the providedSearchResultReference
. -
Method Summary
Modifier and TypeMethodDescriptionReturns theSearchResultReference
which 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
- TheSearchResultReference
which may be later retrieved by thegetReference()
method.- Throws:
NullPointerException
- Ifreference
wasnull
.
-
-
Method Details
-
getReference
Returns theSearchResultReference
which was encountered while processing the search results.- Returns:
- The
SearchResultReference
which was encountered while processing the search results.
-