Team LiB
Previous Section Next Section

NotYetConnectedExceptionjava.nio.channels

Java 1.4serializable unchecked

Signals an attempt to read( ) or write( ) on a SocketChannel that is not yet connected to a remote host. See SocketChannel.connect( ).

Figure 13-33. java.nio.channels.NotYetConnectedException


public class NotYetConnectedException extends IllegalStateException {
// Public Constructors
     public NotYetConnectedException( );  
}

    Team LiB
    Previous Section Next Section