Class RetryingErrorHandler
java.lang.Object
io.fluxcapacitor.javaclient.tracking.RetryingErrorHandler
- All Implemented Interfaces:
ErrorHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RetryingErrorHandlervoidhandleError(Exception error, String errorMessage, Runnable retryFunction) protected booleanisTechnicalError(Exception error) protected voidprotected voidlogMessage(String errorMessage, boolean severe)
-
Constructor Details
-
RetryingErrorHandler
-
-
Method Details
-
forAnyError
-
handleError
public void handleError(Exception error, String errorMessage, Runnable retryFunction) throws Exception - Specified by:
handleErrorin interfaceErrorHandler- Throws:
Exception
-
logError
-
logMessage
-
isTechnicalError
-