Class LengthRequired

All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(411) @Schema(description="Length Required") public class LengthRequired extends BasicHttpException
Exception representing an HTTP 411 ().

The request did not specify the length of its content, which is required by the requested resource.

See Also: