Class SearchResultReferenceEntrySourceException

All Implemented Interfaces:
Serializable

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).
See Also:
  • Constructor Details

    • SearchResultReferenceEntrySourceException

      Creates a new search result reference entry source exception with the provided search result reference.
      Parameters:
      searchReference - The search result reference returned by the directory server. It must not be null.
  • Method Details