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

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

ClosedSelectorExceptionjava.nio.channels

Java 1.4serializable unchecked

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