saker.build Documentation TaskDoc JavaDoc Packages
public static class AsyncOutputStream.AsyncOutputIOException extends IOException
Exception class that is signaling an IOException that occurred in an other time than the current call.

This exception is thrown when the subject stream throws an exception in AsyncOutputStream on the flusher thread.

Creates a new instance with the given cause.
causeThe cause.