Added in API level 1
    CancelledKeyException
open class CancelledKeyException : IllegalStateException
| kotlin.Any | |||||
| ↳ | kotlin.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | java.lang.IllegalStateException | ||||
| ↳ | java.nio.channels.CancelledKeyException | ||||
Unchecked exception thrown when an attempt is made to use a selection key that is no longer valid.
Summary
| Public constructors | |
|---|---|
| 
            
             Constructs an instance of this class.  | 
        |
Public constructors
CancelledKeyException
Added in API level 1
      CancelledKeyException()
Constructs an instance of this class.