Class 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 Details

    • NotYetBoundException

      public NotYetBoundException()
      Constructs a NotYetBoundException.