Class MissingRequestParamException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bobocode.bring.web.servlet.exception.MissingRequestParamException
All Implemented Interfaces:
Serializable

public class MissingRequestParamException extends RuntimeException
The MissingRequestParamException class is a runtime exception that indicates the absence of a required request parameter for a method parameter type annotated with @RequestParam.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Constructor Details

    • MissingRequestParamException

      public MissingRequestParamException(String message)