ConnectionPendingExceptionpublic class ConnectionPendingException extends IllegalStateException Unchecked exception thrown when an attempt is made to connect a {@link
SocketChannel} for which a non-blocking connection operation is already in
progress. |
Constructors Summary |
---|
public ConnectionPendingException()Constructs an instance of this class.
|
|