Added in API level 26
    IllegalChannelGroupException
open class IllegalChannelGroupException : IllegalArgumentException
| kotlin.Any | |||||
| ↳ | kotlin.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | java.lang.IllegalArgumentException | ||||
| ↳ | java.nio.channels.IllegalChannelGroupException | ||||
Unchecked exception thrown when an attempt is made to open a channel in a group that was not created by the same provider.
Summary
| Public constructors | |
|---|---|
| Constructs an instance of this class. | |
Public constructors
IllegalChannelGroupException
Added in API level 26
      IllegalChannelGroupException()
Constructs an instance of this class.
