March 2005
Beginner to intermediate
1254 pages
104h 21m
English
SocketTimeoutException
Signals
that a timeout value was exceeded for a socket read or accept
operation. See the setSoTimeout( ) method of
Socket.
Figure 12-22. java.net.SocketTimeoutException
public class SocketTimeoutException extends java.io.InterruptedIOException { // Public Constructors public SocketTimeoutException( ); public SocketTimeoutException(String msg); }
Read now
Unlock full access