An exception that may be thrown if an illegal operation or error occurs
while working with streams. Generally, if an exception is to be thrown while
reading or writing in a stream's implementation, a StreamException should
be wrapped around it to provide a common interface for error handling.
An exception that may be thrown if an illegal operation or error occurs while working with streams. Generally, if an exception is to be thrown while reading or writing in a stream's implementation, a StreamException should be wrapped around it to provide a common interface for error handling.