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
AConnectionPendingExceptionis thrown when an attempt is made to connect aSocketChannelthat 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
-
-