public class MultipleIoException extends IOException
Modifier and Type | Method and Description |
---|---|
List<IOException> |
getExceptions() |
static void |
throwIfRequired(List<? extends IOException> ioExceptions) |
static IOException |
toIOException(List<? extends IOException> ioExceptions) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public List<IOException> getExceptions()
public static void throwIfRequired(List<? extends IOException> ioExceptions) throws IOException
IOException
public static IOException toIOException(List<? extends IOException> ioExceptions)