Interface LdaptiveErrorHandler

  • All Superinterfaces:
    org.springframework.util.ErrorHandler
    All Known Implementing Classes:
    AbstractLdaptiveErrorHandler, DefaultLdaptiveErrorHandler

    public interface LdaptiveErrorHandler
    extends org.springframework.util.ErrorHandler
    The ldaptive error handler.
    Author:
    Christian Bremer
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      LdaptiveException map​(org.ldaptive.LdapException ldapException)
      Map ldaptive exception.
      • Methods inherited from interface org.springframework.util.ErrorHandler

        handleError
    • Method Detail

      • map

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