Class NotBoundSocketException

All Implemented Interfaces:
Serializable

public final class NotBoundSocketException extends SocketException
A SocketException indicating that a socket was not bound when attempting to read or write.
Author:
Christian Kohlschütter
See Also:
  • Constructor Details