Class BadRequest

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