Class ResteasyHttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.resteasy.client.exception.ResteasyClientException
org.jboss.resteasy.client.exception.ResteasyHttpException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ResteasyHttpContentTooLargeException
,ResteasyHttpRecoverableException
,ResteasyMethodNotSupportedException
,ResteasyProtocolException
,ResteasyURIException
- Version:
- $Revision: 1.1 $ Copyright Jul 28, 2012
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResteasyHttpException
(String message) ResteasyHttpException
(String message, Throwable cause) ResteasyHttpException
(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
-
ResteasyHttpException
public ResteasyHttpException() -
ResteasyHttpException
-
ResteasyHttpException
-
ResteasyHttpException
-