Class ExpectationFailed

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.ExpectationFailed
All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(417) @Schema(description="Expectation Failed") public class ExpectationFailed extends BasicHttpException
Exception representing an HTTP 417 (Expectation Failed).

The server cannot meet the requirements of the Expect request-header field.

See Also: