org.apache.pekko.persistence.state.exception

Members list

Type members

Classlikes

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 NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show 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 RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes