Class RequestHeaderFieldsTooLarge

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.juneau.BasicRuntimeException
org.apache.juneau.http.response.BasicHttpException
org.apache.juneau.http.response.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: