Package java.nio.channels
Class ConnectionPendingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
java.nio.channels.ConnectionPendingException
- All Implemented Interfaces:
Serializable
public class ConnectionPendingException extends IllegalStateException
A
ConnectionPendingException is thrown when an attempt is made to
connect a SocketChannel that has a non-blocking connection already
underway.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ConnectionPendingException()Constructs aConnectionPendingException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionPendingException
public ConnectionPendingException()Constructs aConnectionPendingException.
-