org.apache.pekko.persistence.state.exception
Members list
Type members
Classlikes
final class DeleteRevisionException(msg: String) extends DurableStateException, NoStackTrace
Exception thrown when Durable State revision cannot be deleted. The revision could be out of date.
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
- Supertypes
-
trait NoStackTraceclass DurableStateExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
abstract class DurableStateException(msg: String, cause: Throwable) extends RuntimeException
Exception thrown when Durable State cannot be updated or deleted.
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
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class DeleteRevisionException
In this article