Package io.camunda.zeebe.util.exception
Class UncheckedExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.util.exception.UncheckedExecutionException
- All Implemented Interfaces:
Serializable
Should be use to indicate an unexpected exception during execution. This exception extends
RuntimeException to be unchecked.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUncheckedExecutionException(String message) UncheckedExecutionException(String message, 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
-
UncheckedExecutionException
-
UncheckedExecutionException
-