Package com.soklet.web.exception
Class BadRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.soklet.web.exception.BadRequestException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IllegalFormParameterException
,IllegalPathParameterException
,IllegalQueryParameterException
,IllegalRequestCookieException
,IllegalRequestHeaderException
,MissingFormParameterException
,MissingQueryParameterException
,MissingRequestBodyException
,MissingRequestCookieException
,MissingRequestHeaderException
Indicates that an illegally-formatted HTTP request was made.
Examples:
- Missing query parameter
- incorrectly-formatted path parameter
This normally corresponds to an HTTP 400
response.
- Since:
- 1.0.0
- Author:
- Mark Allen
- See Also:
-
Constructor Summary
ConstructorDescriptionBadRequestException
(String message) BadRequestException
(String message, Throwable cause) BadRequestException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadRequestException
-
BadRequestException
-
BadRequestException
-