Package io.camunda.zeebe.db
Class ZeebeDbException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.util.exception.RecoverableException
io.camunda.zeebe.db.ZeebeDbException
- All Implemented Interfaces:
Serializable
Wraps the exceptions which are thrown by the database implementation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionZeebeDbException(String message, Throwable cause) ZeebeDbException(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
-
ZeebeDbException
-
ZeebeDbException
-