Team LiB
Previous Section Next Section

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

    Team LiB
    Previous Section Next Section