package saker.util.io
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.
public | Creates a new instance with the given cause. |
Creates a new instance with the given cause.
causeThe cause.