Interface LdapExceptionProcessor

    • Method Detail

      • extractRecoverableException

        RecoverableClientException extractRecoverableException​(Exception e)
        Implementation should check the input Exception and turn it into a RecoverableClientException if the Exception should be displayed to the end user.
        Returns:
        a RecoverableClientException if needed and null otherwise