Java In A Nutshell, 5th Edition
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 ( ); }
|