ConnectionPendingExceptionpublic class ConnectionPendingException extends IllegalStateException A {@code ConnectionPendingException} is thrown when an attempt is made to
connect a {@link SocketChannel} that has a non-blocking connection already
underway. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public ConnectionPendingException()Constructs a {@code ConnectionPendingException}.
super();
|
|