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
public class ClientResponseFailure
- extends java.lang.RuntimeException
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ClientResponseFailure
public ClientResponseFailure(ClientResponse response)
ClientResponseFailure
public ClientResponseFailure(java.lang.String s,
ClientResponse response)
ClientResponseFailure
public ClientResponseFailure(java.lang.String s,
java.lang.Throwable throwable,
ClientResponse response)
ClientResponseFailure
public ClientResponseFailure(java.lang.Throwable throwable,
ClientResponse response)
getResponse
public ClientResponse getResponse()
Copyright © 2010. All Rights Reserved.