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:
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.util.control.NoStackTrace
fillInStackTrace
-
Constructor Details
-
DeleteRevisionException
-