Package io.camunda.zeebe.util.exception
Class RecoverableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.util.exception.RecoverableException
- All Implemented Interfaces:
Serializable
A recoverable exception should wrap any exception, where it makes sense to apply any retry
strategy.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRecoverableException(String message) RecoverableException(String message, Throwable cause) RecoverableException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RecoverableException
-
RecoverableException
-
RecoverableException
-