Class 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: