Class 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
    • 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.