File
Doc
Category
Size
Date
Package
CancelledKeyException.java
API Doc
Android 1.5 API
1308
Wed May 06 22:41:04 BST 2009
java.nio.channels
CancelledKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
public class CancelledKeyException extends IllegalStateException
A {@code CancelledKeyException} is thrown when an invalid selection key is used.
since
Android 1.0
Fields Summary
private static final long
serialVersionUID
Version ID for serialization.
Constructors Summary
public CancelledKeyException
()
Constructs a {@code CancelledKeyException}.
since
Android 1.0
super();
Methods Summary
Java Code Source