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 Summary

    Modifier and Type
    Method
    Description
    Implementation should check the input Exception and turn it into a RecoverableClientException if the Exception should be displayed to the end user.
  • Method Details

    • 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