Class RequestHeaderFieldsTooLarge

All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(431) @Schema(description="Request Header Fields Too Large") public class RequestHeaderFieldsTooLarge extends BasicHttpException
Exception representing an HTTP 431 (Request Header Fields Too Large).

The server is unwilling to process the request because either an individual header field, or all the header fields collectively, are too large.

See Also: