Interface LdaptiveErrorHandler

All Known Implementing Classes:
AbstractLdaptiveErrorHandler, DefaultLdaptiveErrorHandler

public interface LdaptiveErrorHandler
The ldaptive error handler.
Author:
Christian Bremer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handle error.
    map(org.ldaptive.LdapException ldapException)
    Map ldaptive exception.
  • Method Details

    • handleError

      void handleError(Throwable throwable)
      Handle error.
      Parameters:
      throwable - the throwable
    • map

      LdaptiveException map(org.ldaptive.LdapException ldapException)
      Map ldaptive exception.
      Parameters:
      ldapException - the ldap exception
      Returns:
      the ldaptive exception