NoConnectionPendingExceptionpublic class NoConnectionPendingException extends IllegalStateException Unchecked exception thrown when the {@link SocketChannel#finishConnect
finishConnect} method of a {@link SocketChannel} is invoked without first
successfully invoking its {@link SocketChannel#connect connect} method. |
Constructors Summary |
---|
public NoConnectionPendingException()Constructs an instance of this class.
|
|