DeleteRevisionException
org.apache.pekko.persistence.state.exception.DeleteRevisionException
final class DeleteRevisionException(msg: String) extends DurableStateException, NoStackTrace
Exception thrown when Durable State revision cannot be deleted. The revision could be out of date.
Value parameters
- msg
-
the exception message
Attributes
- Since
-
1.1.0
- Source
- DurableStateException.scala
- Graph
-
- Supertypes
-
trait NoStackTraceclass DurableStateExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Definition Classes
-
NoStackTrace -> Throwable
- Inherited from:
- NoStackTrace
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- NoStackTrace
Attributes
- Inherited from:
- Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- Throwable
In this article