Interface ExceptionHandler

  • All Superinterfaces:
    java.util.function.Consumer<LdapException>

    public interface ExceptionHandler
    extends java.util.function.Consumer<LdapException>
    Marker interface for an LDAP exception handler.
    Author:
    Middleware Services
    • Method Summary

      • Methods inherited from interface java.util.function.Consumer

        accept, andThen