Class BadRequestException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalFormParameterException, IllegalMultipartFieldException, IllegalPathParameterException, IllegalQueryParameterException, IllegalRequestBodyException, IllegalRequestCookieException, IllegalRequestException, IllegalRequestHeaderException, MissingFormParameterException, MissingMultipartFieldException, MissingQueryParameterException, MissingRequestBodyException, MissingRequestCookieException, MissingRequestHeaderException

Abstract superclass for exceptions that would normally result in an HTTP 400 (Bad Request) status code.
Author:
Mark Allen
See Also: