Class ResteasyClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jboss.resteasy.client.exception.ResteasyClientException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ResteasyHttpException
,ResteasyIOException
public class ResteasyClientException extends java.lang.RuntimeException
- Version:
- $Revision: 1.1 $ Copyright Jul 28, 2012
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ResteasyClientException()
ResteasyClientException(java.lang.String message)
ResteasyClientException(java.lang.String message, java.lang.Throwable cause)
ResteasyClientException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResteasyClientException
public ResteasyClientException()
-
ResteasyClientException
public ResteasyClientException(java.lang.String message)
-
ResteasyClientException
public ResteasyClientException(java.lang.String message, java.lang.Throwable cause)
-
ResteasyClientException
public ResteasyClientException(java.lang.Throwable cause)
-
-