Multi Cause IOException
An IOException that aggregates multiple underlying IOException causes.
This class is useful when multiple I/O operations may fail independently, and you want to capture all of their exceptions together rather than only the first.
Each cause can be added using add, and later retrieved via getCauses.
Author
Michael Vorburger
Functions
Link copied to clipboard
Add a Cause.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the list of all underlying IOException instances that caused this exception.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard