ConnectionPendingException

public class ConnectionPendingException extends IllegalStateException

Unchecked exception thrown when an attempt is made to connect a SocketChannel for which a non-blocking connection operation is already in progress.

Public Constructor Summary

ConnectionPendingException()
Constructs an instance of this class.

Inherited Method Summary

Public Constructors

public ConnectionPendingException ()

Constructs an instance of this class.