Class DeleteRevisionException

All Implemented Interfaces:
Serializable, scala.util.control.NoStackTrace

public final class DeleteRevisionException extends DurableStateException implements scala.util.control.NoStackTrace
Exception thrown when Durable State revision cannot be deleted. The revision could be out of date.

param: msg the exception message

Since:
1.1.0
See Also:
  • Constructor Details

    • DeleteRevisionException

      public DeleteRevisionException(String msg)