FileDocCategorySizeDatePackage
IllegalSelectorException.javaAPI DocJava SE 5 API766Fri Aug 26 16:50:34 BST 2005java.nio.channels

IllegalSelectorException

public class IllegalSelectorException extends IllegalArgumentException
Unchecked exception thrown when an attempt is made to register a channel with a selector that was not created by the provider that created the channel.
version
1.9, 01/11/19
since
1.4

Fields Summary
Constructors Summary
public IllegalSelectorException()
Constructs an instance of this class.

 
Methods Summary