DurableStateException
org.apache.pekko.persistence.state.exception.DurableStateException
abstract class DurableStateException(msg: String, cause: Throwable) extends RuntimeException
Exception thrown when Durable State cannot be updated or deleted.
Value parameters
- cause
-
the exception cause
- msg
-
the exception message
Attributes
- Since
-
1.1.0
- Source
- DurableStateException.scala
- Graph
-
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class DeleteRevisionException
Members list
Value members
Constructors
Attributes
- Source
- DurableStateException.scala
Inherited methods
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:
- Throwable
Attributes
- Inherited from:
- Throwable
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