org.granite.client.messaging.transport
Class TransportIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.granite.client.messaging.transport.TransportException
                  extended by org.granite.client.messaging.transport.TransportIOException
All Implemented Interfaces:
Serializable

public class TransportIOException
extends TransportException

Author:
Franck WOLFF
See Also:
Serialized Form

Constructor Summary
TransportIOException(Object data)
           
TransportIOException(Object data, String message)
           
TransportIOException(Object data, String message, Throwable cause)
           
TransportIOException(Object data, Throwable cause)
           
 
Method Summary
 Object getData()
           
 
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

TransportIOException

public TransportIOException(Object data)

TransportIOException

public TransportIOException(Object data,
                            String message)

TransportIOException

public TransportIOException(Object data,
                            Throwable cause)

TransportIOException

public TransportIOException(Object data,
                            String message,
                            Throwable cause)
Method Detail

getData

public Object getData()