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
- Version:
- $Revision: 1.1 $ Copyright Jul 28, 2012
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResteasyClientException
(String message) ResteasyClientException
(String message, Throwable cause) ResteasyClientException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ResteasyClientException
public ResteasyClientException() -
ResteasyClientException
-
ResteasyClientException
-
ResteasyClientException
-