Class PreconditionFailed

All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(412) @Schema(description="Precondition Failed") public class PreconditionFailed extends BasicHttpException
Exception representing an HTTP 412 (Precondition Failed).

The server does not meet one of the preconditions that the requester put on the request.

See Also: