Class SearchResultReferenceEntrySourceException

    • Constructor Detail

      • SearchResultReferenceEntrySourceException

        public SearchResultReferenceEntrySourceException​(SearchResultReference searchReference)
        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 Detail

      • getSearchReference

        public SearchResultReference getSearchReference()
        Retrieves the search result reference for this entry source exception.
        Returns:
        The search result reference for this entry source exception.
      • toString

        public void toString​(java.lang.StringBuilder buffer)
        Appends a string representation of this exception to the provided buffer.
        Overrides:
        toString in class EntrySourceException
        Parameters:
        buffer - The buffer to which the string representation of this exception is to be appended.