public class SocketTimeoutException extends InterruptedIOException
bytesTransferred
Constructor and Description |
---|
SocketTimeoutException()
Create a new instance without a descriptive error message.
|
SocketTimeoutException(String message)
Create a new instance with a descriptive error message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, printStackTrace, printStackTrace, toString
public SocketTimeoutException()
public SocketTimeoutException(String message)
message
- a message describing the error that occurred