March 2005
Intermediate to advanced
1254 pages
104h 21m
English
SocketException
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); }
BindException,
ConnectException,
NoRouteToHostException,
PortUnreachableException
Too many methods to list.