Class DurableStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.pekko.persistence.state.exception.DurableStateException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DeleteRevisionException
public abstract class DurableStateException extends java.lang.RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DurableStateException(java.lang.String msg)
DurableStateException(java.lang.String msg, java.lang.Throwable cause)
-