Class BadRequest

All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(400) @Schema(description="Bad Request") public class BadRequest extends BasicHttpException
Exception representing an HTTP 400 (Bad Request).

The server cannot or will not process the request due to an apparent client error (e.g., malformed request syntax, size too large, invalid request message framing, or deceptive request routing).

See Also: