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

ClosedSelectorException

public class ClosedSelectorException extends IllegalStateException
A {@code ClosedSelectorException} is thrown when a {@link Selector selector} is closed and an I/O operation is attempted.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public ClosedSelectorException()
Constructs a {@code ClosedSelectorException}.

since
Android 1.0

    
                 
      
        super();
    
Methods Summary