public class NoConnectionPendingException extends IllegalStateException
NoConnectionPendingException is thrown if SocketChannel's
finishConnect method is called before
the SocketChannel's SocketChannel.connect(java.net.SocketAddress) connect} method completed
without error.| Constructor and Description |
|---|
NoConnectionPendingException()
Constructs a
NoConnectionPendingException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString