Class OperationException

All Implemented Interfaces:
Serializable

public class OperationException extends UncheckedDeephavenException
See Also:
  • Constructor Details

    • OperationException

      public OperationException(String reason)
    • OperationException

      public OperationException(String reason, Throwable cause)
    • OperationException

      public OperationException(Throwable cause)
    • OperationException

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

      public OperationException()