Interface LdapExceptionProcessor

  • All Known Implementing Classes:
    DefaultLdapExceptionProcessor

    public interface LdapExceptionProcessor
    Interface used to provide a pluggable LDAP Exception processor
    Since:
    5.7
    Author:
    Tiry
    • 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