Added in API level 1

IllegalSelectorException

open class IllegalSelectorException : IllegalArgumentException
kotlin.Any
   โ†ณ kotlin.Throwable
   โ†ณ java.lang.Exception
   โ†ณ java.lang.RuntimeException
   โ†ณ java.lang.IllegalArgumentException
   โ†ณ java.nio.channels.IllegalSelectorException

Unchecked exception thrown when an attempt is made to register a channel with a selector that was not created by the provider that created the channel.

Summary

Public constructors

Constructs an instance of this class.

Public constructors

IllegalSelectorException

Added in API level 1
IllegalSelectorException()

Constructs an instance of this class.