Class NonWritableChannelException

  • All Implemented Interfaces:
    Serializable

    public class NonWritableChannelException
    extends IllegalStateException
    A NonWritableChannelException is thrown when attempting to write to a channel that is not open for writing.
    See Also:
    Serialized Form
    • Constructor Detail

      • NonWritableChannelException

        public NonWritableChannelException()
        Constructs a NonWritableChannelException.