Exception: java.nio.channels.ConnectionPendingException
- public exception ConnectionPendingException
- extends IllegalStateException
Unchecked exception thrown when an attempt is made to connect a java.nio.channels.SocketChannel for which a non-blocking connection operation is already in
progress.
Inheritance
Superclass tree:- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalStateException
- java.nio.channels.ConnectionPendingException
Methods
-
ConnectionPendingExceptiontop
public ConnectionPendingException()Constructs an instance of this class.
