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