java.nio.channels
Class NoConnectionPendingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
java.nio.channels.NoConnectionPendingException
- All Implemented Interfaces:
- Serializable
public class NoConnectionPendingException
- extends IllegalStateException
Thrown if SocketChannel's finishConnect method is called before the
SocketChannel's connect method completed without error.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoConnectionPendingException
public NoConnectionPendingException()
- Default constructor.
Please submit a feedback, bug or feature