Exception: java.nio.channels.NotYetConnectedException
- public exception NotYetConnectedException
- extends IllegalStateException
Unchecked exception thrown when an attempt is made to invoke an I/O
operation upon a socket channel that is not yet connected.
Inheritance
Superclass tree:- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalStateException
- java.nio.channels.NotYetConnectedException
Methods
-
NotYetConnectedExceptiontop
public NotYetConnectedException()Constructs an instance of this class.
