Exception: java.nio.channels.NoConnectionPendingException
- public exception NoConnectionPendingException
- extends IllegalStateException
Unchecked exception thrown when the finishConnect method of a java.nio.channels.SocketChannel is invoked without first
successfully invoking its connect method.
Inheritance
Superclass tree:- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalStateException
- java.nio.channels.NoConnectionPendingException
Methods
-
NoConnectionPendingExceptiontop
public NoConnectionPendingException()Constructs an instance of this class.
