org.jboss.resteasy.client.exception
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
public class ResteasyHttpException
- extends ResteasyClientException
- Version:
- $Revision: 1.1 $
Copyright Jul 28, 2012
- Author:
- Ron Sigal
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResteasyHttpException
public ResteasyHttpException()
ResteasyHttpException
public ResteasyHttpException(String message)
ResteasyHttpException
public ResteasyHttpException(String message,
Throwable cause)
ResteasyHttpException
public ResteasyHttpException(Throwable cause)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.