abstract fun exceptionHandler(handler: Handler<Throwable>): ReadStream<T>
Overrides StreamBase.exceptionHandler
Set an exception handler on the read stream.
handler - the exception handler
Return
a reference to this, so the API can be used fluently