Class ResteasyIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.resteasy.client.exception.ResteasyClientException
org.jboss.resteasy.client.exception.ResteasyIOException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ResteasyClientProtocolException
,ResteasyConnectionClosedException
,ResteasyConnectTimeoutException
,ResteasyHttpHostConnectException
,ResteasyMalformedChunkCodingException
,ResteasyNoHttpResponseException
- Version:
- $Revision: 1.1 $ Copyright Jul 28, 2012
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResteasyIOException
(String message) ResteasyIOException
(String message, Throwable cause) ResteasyIOException
(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
-
ResteasyIOException
public ResteasyIOException() -
ResteasyIOException
-
ResteasyIOException
-
ResteasyIOException
-