Team LiB
Previous Section Next Section

CancelledKeyExceptionjava.nio.channels

Java 1.4serializable unchecked

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( );  
}

    Team LiB
    Previous Section Next Section