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
Thrown if the server socket channel is not bound before an IO operation is
made.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotYetBoundException
public NotYetBoundException()
- Default constructor.
Please submit a feedback, bug or feature