Class PayloadTooLarge

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.PayloadTooLarge
All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(413) @Schema(description="Payload Too Large") public class PayloadTooLarge extends BasicHttpException
Exception representing an HTTP 413 (Payload Too Large).

The request is larger than the server is willing or able to process.

See Also: