Package io.dapr.workflows.saga
Class SagaCompensationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.dapr.workflows.saga.SagaCompensationException
- All Implemented Interfaces:
Serializable
saga compensation exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionSagaCompensationException
(String message, Exception cause) build up a SagaCompensationException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SagaCompensationException
build up a SagaCompensationException.- Parameters:
message
- exception messagecause
- exception cause
-