Uses of Class
com.soklet.exception.BadRequestException
Packages that use BadRequestException
-
Uses of BadRequestException in com.soklet.exception
Subclasses of BadRequestException in com.soklet.exceptionModifier and TypeClassDescriptionfinal classException thrown when an HTTP form parameter value does not match the expected Java type.final classException thrown when an HTTP multipart field value does not match the expected Java type.final classException thrown when a URL path parameter value does not match the expected Java type.final classException thrown when an HTTP query parameter value does not match the expected Java type.final classException thrown when an HTTP request body does not match the expected Java type.final classException thrown when an HTTP request cookie value does not match the expected Java type.final classException thrown when the HTTP request line itself is malformed, such as a client specifying a nonexistent HTTP method.final classException thrown when an HTTP request header value does not match the expected Java type.final classException thrown when a required HTTP form parameter is missing from the request.final classException thrown when a required HTTP multipart field is missing from the request.final classException thrown when a required HTTP query parameter is missing from the request.final classException thrown when a required request body is missing from the HTTP request.final classException thrown when a required request cookie is missing from the HTTP request.final classException thrown when a required request header is missing from the HTTP request.