March 2005
Beginner to intermediate
1254 pages
104h 21m
English
IllegalSelectorException
Signals
an attempt to register a SelectableChannel with a
Selector
when the channel and the selector were not created by the same
java.nio.channels.spi.SelectorProvider.
Figure 13-27. java.nio.channels.IllegalSelectorException
public class IllegalSelectorException extends IllegalArgumentException { // Public Constructors public IllegalSelectorException( ); }
Read now
Unlock full access