Class ResteasyClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.resteasy.client.exception.ResteasyClientException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResteasyHttpException, ResteasyIOException

public class ResteasyClientException extends RuntimeException
Version:
$Revision: 1.1 $ Copyright Jul 28, 2012
See Also:
  • Field Details

  • Constructor Details

    • ResteasyClientException

      public ResteasyClientException()
    • ResteasyClientException

      public ResteasyClientException(String message)
    • ResteasyClientException

      public ResteasyClientException(String message, Throwable cause)
    • ResteasyClientException

      public ResteasyClientException(Throwable cause)