Package com.soklet.exception
package com.soklet.exception
Exceptions thrown during HTTP request processing.
- Author:
- Mark Allen
-
Exception ClassesClassDescriptionAbstract superclass for exceptions that would normally result in an HTTP 400 (Bad Request) status code.Exception thrown when an HTTP form parameter value does not match the expected Java type.Exception thrown when an HTTP multipart field value does not match the expected Java type.Exception thrown when a URL path parameter value does not match the expected Java type.Exception thrown when an HTTP query parameter value does not match the expected Java type.Exception thrown when an HTTP request body does not match the expected Java type.Exception thrown when an HTTP request cookie value does not match the expected Java type.Exception thrown when the HTTP request line itself is malformed, such as a client specifying a nonexistent HTTP method.Exception thrown when an HTTP request header value does not match the expected Java type.Exception thrown when a required HTTP form parameter is missing from the request.Exception thrown when a required HTTP multipart field is missing from the request.Exception thrown when a required HTTP query parameter is missing from the request.Exception thrown when a required request body is missing from the HTTP request.Exception thrown when a required request cookie is missing from the HTTP request.Exception thrown when a required request header is missing from the HTTP request.