java.nio.channels
public class: ConnectionPendingException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
java.nio.channels.ConnectionPendingException
All Implemented Interfaces:
Serializable
A {@code ConnectionPendingException} is thrown when an attempt is made to
connect a
SocketChannel that has a non-blocking connection already
underway.
| Methods from java.lang.Throwable: |
|---|
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getStackTraceDepth, getStackTraceElement, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |