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