Added in API level 26
ReadPendingException
open class ReadPendingException : IllegalStateException
| kotlin.Any | |||||
| ↳ | kotlin.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | java.lang.IllegalStateException | ||||
| ↳ | java.nio.channels.ReadPendingException | ||||
Unchecked exception thrown when an attempt is made to read from an asynchronous socket channel and a previous read has not completed.
Summary
| Public constructors | |
|---|---|
|
Constructs an instance of this class. |
|
Public constructors
ReadPendingException
Added in API level 26
ReadPendingException()
Constructs an instance of this class.