Class NotYetConnectedException

All Implemented Interfaces:
Serializable

public class NotYetConnectedException
extends IllegalStateException
A NotYetConnectedException is thrown if the socket channel is not connected before an I/O operation is invoked.
See Also:
Serialized Form
  • Constructor Details

    • NotYetConnectedException

      public NotYetConnectedException()
      Constructs a NotYetConnectedException.