public class SocketTimeoutException extends java.io.InterruptedIOException
| Constructor and Description |
|---|
SocketTimeoutException()
Create a new instance without a descriptive error message.
|
SocketTimeoutException(java.lang.String message)
Create a new instance with a descriptive error message.
|
public SocketTimeoutException()
public SocketTimeoutException(java.lang.String message)
message - a message describing the error that occurred