Exception: java.nio.channels.ClosedSelectorException
- public exception ClosedSelectorException
- extends IllegalStateException
Unchecked exception thrown when an attempt is made to invoke an I/O
operation upon a closed selector.
Inheritance
Superclass tree:- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalStateException
- java.nio.channels.ClosedSelectorException
Methods
-
ClosedSelectorExceptiontop
public ClosedSelectorException()Constructs an instance of this class.
