Class ClosedOutputStreamException

You are trying to write to a closed output stream. This is almost certainly a bug, but, sometimes, this could be used for the recoverable behaviour. Note, the class is not derived from InterruptedStreamException.

Inherits from

  • object.Exception (base class)
Fork me on GitHub