Class DurableStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pekko.persistence.state.exception.DurableStateException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DeleteRevisionException
Exception thrown when Durable State cannot be updated or deleted.
param: msg the exception message param: cause the exception cause
- Since:
- 1.1.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DurableStateException
-
DurableStateException
-