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

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