org.granite.client.messaging.transport
Class TransportIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.granite.client.messaging.transport.TransportException
org.granite.client.messaging.transport.TransportIOException
- All Implemented Interfaces:
- Serializable
public class TransportIOException
- extends TransportException
- Author:
- Franck WOLFF
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
getData
public Object getData()