Class DeleteRevisionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.pekko.persistence.state.exception.DurableStateException
-
- org.apache.pekko.persistence.state.exception.DeleteRevisionException
-
- All Implemented Interfaces:
java.io.Serializable
,scala.util.control.NoStackTrace
public final class DeleteRevisionException extends DurableStateException implements scala.util.control.NoStackTrace
Exception thrown when Durable State revision cannot be deleted. The revision could be out of date.param: msg the exception message
- Since:
- 1.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteRevisionException(java.lang.String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-