Class DurableStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pekko.persistence.state.exception.DurableStateException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeleteRevisionException

public abstract class DurableStateException extends RuntimeException
Exception thrown when Durable State cannot be updated or deleted.

param: msg the exception message param: cause the exception cause

Since:
1.1.0
See Also:
  • Constructor Details

    • DurableStateException

      public DurableStateException(String msg, Throwable cause)
    • DurableStateException

      public DurableStateException(String msg)