Class ClosedInputStreamException

You are trying to read from a closed input stream with a method, that has mandatory result by design (non-optional, non-nullable). The stream has no data for you, but you read from it. 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