Module java.base
Package java.net

Class SocketException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BindException,ConnectException,NoRouteToHostException,PortUnreachableException

public classSocketExceptionextendsIOException
Thrown to indicate that there is an error creating or accessing a Socket.
Since:
1.0
See Also: