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

IllegalSelectorException

public class IllegalSelectorException extends IllegalArgumentException
An {@code IllegalSelectorException} is thrown when a call is made to register a channel on a selector that has been created by a different provider.
since
Android 1.0

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

since
Android 1.0


                 
      
        super();
    
Methods Summary