Java In A Nutshell, 5th Edition
Signals an exceptional condition while using a socket. Figure 12-19. java.net.SocketException
public class SocketException extends java.io.IOException { // Public Constructors public SocketException ( ); public SocketException (String msg ); }
Subclasses
BindException , ConnectException , NoRouteToHostException , PortUnreachableException Thrown By
Too many methods to list. |