Class LoggingErrorHandler
java.lang.Object
io.fluxcapacitor.javaclient.tracking.LoggingErrorHandler
- All Implemented Interfaces:
ErrorHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandleError(Throwable error, String errorMessage, Callable<?> retryFunction) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fluxcapacitor.javaclient.tracking.ErrorHandler
handleError
-
Constructor Details
-
LoggingErrorHandler
public LoggingErrorHandler()
-
-
Method Details
-
handleError
- Specified by:
handleErrorin interfaceErrorHandler
-