Package deltix.util.vsocket
Class ChannelClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- deltix.util.vsocket.ChannelClosedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ChannelClosedException extends java.io.IOException
Thrown from read or write methods when channel is explicitly closed by the other side (by calling close ()).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChannelClosedException()
-