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:
java.io.Serializable
@Deprecated public class ClientResponseFailure extends java.lang.RuntimeException
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:
ResponseProcessingException
,javax.ws.rs.client.ProcessingException
,javax.ws.rs.client.WebApplicationException
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private ClientResponse
response
Deprecated.private static long
serialVersionUID
Deprecated.
-
Constructor Summary
Constructors Constructor Description ClientResponseFailure(java.lang.String s, java.lang.Throwable throwable, ClientResponse response)
Deprecated.ClientResponseFailure(java.lang.String s, ClientResponse response)
Deprecated.ClientResponseFailure(java.lang.Throwable throwable, ClientResponse response)
Deprecated.ClientResponseFailure(ClientResponse response)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ClientResponse
getResponse()
Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
response
private ClientResponse response
Deprecated.
-
-
Constructor Detail
-
ClientResponseFailure
public ClientResponseFailure(ClientResponse response)
Deprecated.
-
ClientResponseFailure
public ClientResponseFailure(java.lang.String s, ClientResponse response)
Deprecated.
-
ClientResponseFailure
public ClientResponseFailure(java.lang.String s, java.lang.Throwable throwable, ClientResponse response)
Deprecated.
-
ClientResponseFailure
public ClientResponseFailure(java.lang.Throwable throwable, ClientResponse response)
Deprecated.
-
-
Method Detail
-
getResponse
public ClientResponse getResponse()
Deprecated.
-
-