Class DurableStateException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    DeleteRevisionException

    public abstract class DurableStateException
    extends java.lang.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DurableStateException

        public DurableStateException​(java.lang.String msg,
                                     java.lang.Throwable cause)
      • DurableStateException

        public DurableStateException​(java.lang.String msg)