Class NotConnectedSocketException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
org.newsclub.net.unix.NotConnectedSocketException
All Implemented Interfaces:
Serializable

public final class NotConnectedSocketException extends SocketException
A SocketException indicating that a socket was not connected when attempting to read or write.
Author:
Christian Kohlschütter
See Also: