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
- Author:
- Ron Sigal
- See Also:
-
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
-
Constructor Details
-
ResteasyHttpException
public ResteasyHttpException() -
ResteasyHttpException
-
ResteasyHttpException
-
ResteasyHttpException
-