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.http
Methods in org.apache.juneau.http that return Thrown -
Uses of Thrown in org.apache.juneau.http.header
Fields in org.apache.juneau.http.header declared as ThrownModifier and TypeFieldDescriptionstatic final Thrown
Thrown.EMPTY
An empty unmodifiable Thrown header.Methods in org.apache.juneau.http.header that return Thrown -
Uses of Thrown in org.apache.juneau.rest.client
Methods 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.