org.jboss.resteasy.client.exception
Class ResteasyIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.resteasy.client.exception.ResteasyClientException
                  extended by org.jboss.resteasy.client.exception.ResteasyIOException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResteasyClientProtocolException, ResteasyConnectionClosedException, ResteasyConnectTimeoutException, ResteasyHttpHostConnectException, ResteasyMalformedChunkCodingException, ResteasyNoHttpResponseException

public class ResteasyIOException
extends ResteasyClientException

Version:
$Revision: 1.1 $ Copyright Jul 28, 2012
Author:
Ron Sigal
See Also:
Serialized Form

Constructor Summary
ResteasyIOException()
           
ResteasyIOException(String message)
           
ResteasyIOException(String message, Throwable cause)
           
ResteasyIOException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResteasyIOException

public ResteasyIOException()

ResteasyIOException

public ResteasyIOException(String message)

ResteasyIOException

public ResteasyIOException(String message,
                           Throwable cause)

ResteasyIOException

public ResteasyIOException(Throwable cause)


Copyright © 2012. All Rights Reserved.