| java.io.InterruptedIOException java.net.SocketTimeoutException
Constructor Summary | |
public | SocketTimeoutException() Constructs a new instance of this class with its walkback filled in. | public | SocketTimeoutException(String detailMessage) Constructs a new instance of this class with its walkback and message
filled in. |
SocketTimeoutException | public SocketTimeoutException()(Code) | | Constructs a new instance of this class with its walkback filled in.
|
SocketTimeoutException | public SocketTimeoutException(String detailMessage)(Code) | | Constructs a new instance of this class with its walkback and message
filled in.
Parameters: detailMessage - String The detail message for the exception. |
Fields inherited from java.io.InterruptedIOException | public int bytesTransferred(Code)(Java Doc)
|
|
|