Exception: java.nio.channels.IllegalSelectorException
- public exception IllegalSelectorException
- extends IllegalArgumentException
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.
Inheritance
Superclass tree:- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalArgumentException
- java.nio.channels.IllegalSelectorException
Methods
-
IllegalSelectorExceptiontop
public IllegalSelectorException()Constructs an instance of this class.
