Package org.jboss.resteasy.client
Class ClientResponseFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.resteasy.client.ClientResponseFailure
- All Implemented Interfaces:
Serializable
Deprecated.
The Resteasy client framework in resteasy-jaxrs is replaced by the JAX-RS 2.0 compliant resteasy-client module.
- Version:
- $Revision: 1 $
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ClientResponse
Deprecated.private static final long
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionClientResponseFailure
(String s, Throwable throwable, ClientResponse response) Deprecated.ClientResponseFailure
(String s, ClientResponse response) Deprecated.ClientResponseFailure
(Throwable throwable, ClientResponse response) Deprecated.ClientResponseFailure
(ClientResponse response) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
response
Deprecated.
-
-
Constructor Details
-
ClientResponseFailure
Deprecated. -
ClientResponseFailure
Deprecated. -
ClientResponseFailure
Deprecated. -
ClientResponseFailure
Deprecated.
-
-
Method Details
-
getResponse
Deprecated.
-