Class PreconditionFailed

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