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:
java.io.Serializable
- Direct Known Subclasses:
ResteasyClientProtocolException,ResteasyConnectionClosedException,ResteasyConnectTimeoutException,ResteasyHttpHostConnectException,ResteasyMalformedChunkCodingException,ResteasyNoHttpResponseException
public class ResteasyIOException extends ResteasyClientException
- Version:
- $Revision: 1.1 $ Copyright Jul 28, 2012
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description ResteasyIOException()ResteasyIOException(java.lang.String message)ResteasyIOException(java.lang.String message, java.lang.Throwable cause)ResteasyIOException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResteasyIOException
public ResteasyIOException()
-
ResteasyIOException
public ResteasyIOException(java.lang.String message)
-
ResteasyIOException
public ResteasyIOException(java.lang.String message, java.lang.Throwable cause)
-
ResteasyIOException
public ResteasyIOException(java.lang.Throwable cause)
-
-