Uses of Class
org.apache.juneau.http.response.ExpectationFailed
Packages that use ExpectationFailed
Package
Description
HTTP Response Exception Beans
- 
Uses of ExpectationFailed in org.apache.juneau.httpFields in org.apache.juneau.http declared as ExpectationFailedModifier and TypeFieldDescriptionstatic final ExpectationFailedHttpResponses.EXPECTATION_FAILEDA synonym forINSTANCE.Methods in org.apache.juneau.http that return ExpectationFailedModifier and TypeMethodDescriptionstatic final ExpectationFailedHttpResponses.expectationFailed()A shortcut for callingExpectationFailed().
- 
Uses of ExpectationFailed in org.apache.juneau.http.responseFields in org.apache.juneau.http.response declared as ExpectationFailedModifier and TypeFieldDescriptionstatic final ExpectationFailedExpectationFailed.INSTANCEReusable unmodifiable instanceMethods in org.apache.juneau.http.response that return ExpectationFailedModifier and TypeMethodDescriptionExpectationFailed.copy()Creates a modifiable copy of this bean.ExpectationFailed.setHeader2(String name, Object value) ExpectationFailed.setHeaders(HeaderList value) ExpectationFailed.setHeaders2(Header... values) ExpectationFailed.setLocale2(Locale value) ExpectationFailed.setMessage(String message, Object... args) ExpectationFailed.setProtocolVersion(ProtocolVersion value) ExpectationFailed.setReasonPhrase2(String value) ExpectationFailed.setReasonPhraseCatalog(ReasonPhraseCatalog value) ExpectationFailed.setStatusCode2(int code) ExpectationFailed.setStatusLine(BasicStatusLine value) ExpectationFailed.setUnmodifiable()Constructors in org.apache.juneau.http.response with parameters of type ExpectationFailedModifierConstructorDescriptionprotectedExpectationFailed(ExpectationFailed copyFrom) Copy constructor.