public class java.net
SocketTimeoutException


Show All Login
Java SE 6
  
Extends: Throwable > Exception > IOException > InterruptedIOException
Details
Signals that a timeout has occurred on a socket read or accept.
since1.4

Constructors
public SocketTimeoutException(String msg) Details
Constructs a new SocketTimeoutException with a detail message.
msgthe detail message
public SocketTimeoutException()
Construct a new SocketTimeoutException with no detailed message.