FileDocCategorySizeDatePackage
CancelledKeyException.javaAPI DocAndroid 1.5 API1308Wed May 06 22:41:04 BST 2009java.nio.channels

CancelledKeyException

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