Package org.bremersee.ldaptive
Class AbstractLdaptiveErrorHandler
java.lang.Object
org.bremersee.ldaptive.AbstractLdaptiveErrorHandler
- All Implemented Interfaces:
LdaptiveErrorHandler
- Direct Known Subclasses:
DefaultLdaptiveErrorHandler
The abstract ldaptive error handler.
- Author:
- Christian Bremer
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstantiates a new abstract ldaptive error handler. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bremersee.ldaptive.LdaptiveErrorHandler
map
-
Constructor Details
-
AbstractLdaptiveErrorHandler
protected AbstractLdaptiveErrorHandler()Instantiates a new abstract ldaptive error handler.
-
-
Method Details
-
handleError
Description copied from interface:LdaptiveErrorHandlerHandle error.- Specified by:
handleErrorin interfaceLdaptiveErrorHandler- Parameters:
t- the throwable
-