Package java.nio.channels
Class NotYetBoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
java.nio.channels.NotYetBoundException
- All Implemented Interfaces:
Serializable
public class NotYetBoundException extends IllegalStateException
A
NotYetBoundException is thrown if the server socket channel is not
bound before an I/O operation is made.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NotYetBoundException()Constructs aNotYetBoundException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotYetBoundException
public NotYetBoundException()Constructs aNotYetBoundException.
-