Package java.nio.channels
Class CancelledKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
java.nio.channels.CancelledKeyException
- All Implemented Interfaces:
Serializable
public class CancelledKeyException extends IllegalStateException
A
CancelledKeyException is thrown when an invalid selection key is
used.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CancelledKeyException()Constructs aCancelledKeyException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CancelledKeyException
public CancelledKeyException()Constructs aCancelledKeyException.
-