Package java.net

Class SocketException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BindException, ConnectException, NoRouteToHostException, PortUnreachableException

public class SocketException
extends IOException
This SocketException may be thrown during socket creation or setting options, and is the superclass of all other socket related exceptions.
See Also:
Serialized Form
  • Constructor Details