@InterfaceAudience.Public @InterfaceStability.Stable public class MultipleIOException extends IOException
IOException
into an IOException
Modifier and Type | Method and Description |
---|---|
static IOException |
createIOException(List<IOException> exceptions)
A convenient method to create an
IOException . |
List<IOException> |
getExceptions() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public List<IOException> getExceptions()
public static IOException createIOException(List<IOException> exceptions)
IOException
.Copyright © 2016 Apache Software Foundation. All rights reserved.