Java In A Nutshell, 5th Edition
Signals an attempt to use a SelectionKey whose cancel( ) method has previously been called. Figure 13-16. java.nio.channels.CancelledKeyException
public class CancelledKeyException extends IllegalStateException { // Public Constructors public CancelledKeyException ( ); }
|