Exception: java.nio.channels.CancelledKeyException
- public exception CancelledKeyException
- extends IllegalStateException
Unchecked exception thrown when an attempt is made to use
a selection key that is no longer valid.
Inheritance
Superclass tree:- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalStateException
- java.nio.channels.CancelledKeyException
Methods
-
CancelledKeyExceptiontop
public CancelledKeyException()Constructs an instance of this class.
