March 2005
Intermediate to advanced
1254 pages
104h 21m
English
ClosedSelectorException
Signals an
attempt
to use a Selector object whose close(
)
method has been called.
Figure 13-20. java.nio.channels.ClosedSelectorException
public class ClosedSelectorException extends IllegalStateException { // Public Constructors public ClosedSelectorException( ); }