org.jboss.resteasy.client
Class ClientResponseFailure

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ClientResponseFailure(ClientResponse response)
           
ClientResponseFailure(java.lang.String s, ClientResponse response)
           
ClientResponseFailure(java.lang.String s, java.lang.Throwable throwable, ClientResponse response)
           
ClientResponseFailure(java.lang.Throwable throwable, ClientResponse response)
           
 
Method Summary
 ClientResponse getResponse()
           
 
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
 

Constructor Detail

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)
Method Detail

getResponse

public ClientResponse getResponse()


Copyright © 2009. All Rights Reserved.