Class SearchResultReferenceEntrySourceException

    • Constructor Detail

      • SearchResultReferenceEntrySourceException

        public SearchResultReferenceEntrySourceException​(@NotNull
                                                         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

      • toString

        public void toString​(@NotNull
                             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.