Class NonReadableChannelException

All Implemented Interfaces:
Serializable

public class NonReadableChannelException
extends IllegalStateException
A NonReadableChannelException is thrown when attempting to read from a channel that is not open for reading.
See Also:
Serialized Form
  • Constructor Details

    • NonReadableChannelException

      public NonReadableChannelException()
      Constructs a NonReadableChannelException.