Class StateException

All Implemented Interfaces:
Serializable

public class StateException extends UncheckedDeephavenException
See Also:
  • Constructor Details

    • StateException

      public StateException(String reason)
    • StateException

      public StateException(String reason, Throwable cause)
    • StateException

      public StateException(Throwable cause)
    • StateException

      public StateException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • StateException

      public StateException()