Signals that SocketChannel.finishConnect( ) was called without a previous call to SocketChannel.connect( ).
public class NoConnectionPendingException extends IllegalStateException { // Public Constructors public NoConnectionPendingException( ); }