Signals
that
SocketChannel.finishConnect( ) was called without
a previous call to SocketChannel.connect( ).
Figure 13-29. java.nio.channels.NoConnectionPendingException
public class
NoConnectionPendingException extends IllegalStateException {
// Public Constructors
public
NoConnectionPendingException ( );
}