SocketExceptionpublic class SocketException extends IOException Thrown to indicate that there is an error in the underlying
protocol, such as a TCP error. |
Constructors Summary |
---|
public SocketException(String msg)Constructs a new SocketException with the
specified detail message.
super(msg);
| public SocketException()Constructs a new SocketException with no detail message.
|
|