Class ValidatedArgumentException

All Implemented Interfaces:
Serializable

public class ValidatedArgumentException extends UncheckedDeephavenException
Basically a duplicate of ArgumentException from DB, but put here to allow use without a DB dependency.
See Also:
  • Constructor Details

    • ValidatedArgumentException

      public ValidatedArgumentException(String reason)
    • ValidatedArgumentException

      public ValidatedArgumentException(String reason, Throwable cause)
    • ValidatedArgumentException

      public ValidatedArgumentException(Throwable cause)
    • ValidatedArgumentException

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

      public ValidatedArgumentException()