public
class
SocketTimeoutException
extends InterruptedIOException
java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.io.IOException | ||||
↳ | java.io.InterruptedIOException | ||||
↳ | java.net.SocketTimeoutException |
Signals that a timeout has occurred on a socket read or accept.
Inherited fields |
---|
From
class
java.io.InterruptedIOException
|
Public constructors | |
---|---|
SocketTimeoutException(String msg)
Constructs a new SocketTimeoutException with a detail message. |
|
SocketTimeoutException()
Construct a new SocketTimeoutException with no detailed message. |
Inherited methods | |
---|---|
From
class
java.lang.Throwable
| |
From
class
java.lang.Object
|
SocketTimeoutException (String msg)
Constructs a new SocketTimeoutException with a detail message.
Parameters | |
---|---|
msg |
String :
the detail message
|
SocketTimeoutException ()
Construct a new SocketTimeoutException with no detailed message.