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