open class SocketTimeoutException : InterruptedIOException
| kotlin.Any | |||||
| ↳ | kotlin.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.
Summary
| Public constructors | |
|---|---|
|
Construct a new SocketTimeoutException with no detailed message. |
|
|
Constructs a new SocketTimeoutException with a detail message. |
|
| Inherited properties | |||
|---|---|---|---|
|
From class
|
|||
Public constructors
SocketTimeoutException
SocketTimeoutException()
Construct a new SocketTimeoutException with no detailed message.