public class SocketTimeoutException extends InterruptedIOException
read or
accept operation.bytesTransferred| Constructor and Description |
|---|
SocketTimeoutException()
Constructs a new instance.
|
SocketTimeoutException(String detailMessage)
Constructs a new instance with the given detail message.
|
SocketTimeoutException(String detailMessage,
Throwable cause)
Constructs a new instance with given detail message and cause.
|
SocketTimeoutException(Throwable cause)
Constructs a new instance with given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SocketTimeoutException()
public SocketTimeoutException(String detailMessage)
public SocketTimeoutException(Throwable cause)