Class StreamTransportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.levigo.jadice.server.shared.transport.TransportException
-
- com.levigo.jadice.server.streamtransport.StreamTransportException
-
- All Implemented Interfaces:
Serializable
public class StreamTransportException extends TransportException
Indicates an error that happened on the transport of aStream
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamTransportException()
StreamTransportException(String message)
StreamTransportException(String message, Throwable cause)
StreamTransportException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-