Class MissingParamException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.varhttp.parameterhandlers.MissingParamException
All Implemented Interfaces:
Serializable

public class MissingParamException extends RuntimeException
See Also:
  • Constructor Details

    • MissingParamException

      public MissingParamException(String message)
    • MissingParamException

      public MissingParamException(String message, Throwable cause)
    • MissingParamException

      public MissingParamException(Throwable cause)
    • MissingParamException

      public MissingParamException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)