Uses of Class
org.apache.juneau.http.header.Thrown
Packages that use Thrown
Package
Description
HTTP Header Beans
REST Client API
- 
Uses of Thrown in org.apache.juneau.httpMethods in org.apache.juneau.http that return Thrown
- 
Uses of Thrown in org.apache.juneau.http.headerFields in org.apache.juneau.http.header declared as ThrownModifier and TypeFieldDescriptionstatic final ThrownThrown.EMPTYAn empty unmodifiable Thrown header.Methods in org.apache.juneau.http.header that return Thrown
- 
Uses of Thrown in org.apache.juneau.rest.clientMethods in org.apache.juneau.rest.client that return ThrownModifier and TypeMethodDescriptionRestCallException.getThrown()Returns the value of the"Thrown" header on the response.Constructors in org.apache.juneau.rest.client with parameters of type ThrownModifierConstructorDescriptionRestCallException(int statusCode, Thrown thrown, Throwable cause, String message, Object... args) Constructor.