Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 426
نمايش فراداده

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