SocketTimeoutExceptionpublic class SocketTimeoutException extends InterruptedIOException Signals that a timeout has occurred on a socket read or accept. |
Constructors Summary |
---|
public SocketTimeoutException(String msg)Constructs a new SocketTimeoutException with a detail
message.
super(msg);
| public SocketTimeoutException()Construct a new SocketTimeoutException with no detailed message.
|
|