public class SocketTimeoutException extends InterruptedIOException
bytesTransferred| Constructor and Description |
|---|
SocketTimeoutException()
Construct a new SocketTimeoutException with no detailed message.
|
SocketTimeoutException(String
Constructs a new SocketTimeoutException with a detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SocketTimeoutException(Stringmsg)
msg - the detail message
public SocketTimeoutException()