Class PanicError

  • All Implemented Interfaces:
    Serializable

    public class PanicError
    extends Error
    An Error thrown when the state of the Stm has been compromised. Normally this exception should never happen.
    See Also:
    Serialized Form
    • Constructor Detail

      • PanicError

        public PanicError​(String message)
        Creates a new PanicError with the provided message.
        Parameters:
        message - the message of the PanicError.
      • PanicError

        public PanicError​(String message,
                          Throwable cause)
        Creates a new PanicError with the provided message and cause.
        Parameters:
        message - the message of the PanicError.
        cause - the cause of the PanicError.