@InterfaceAudience.Public @InterfaceStability.Stable public class MultipleIOException extends IOException
IOException into an IOException| Modifier and Type | Class and Description | 
|---|---|
static class  | 
MultipleIOException.Builder
Build an  
IOException using MultipleIOException
 if there are more than one. | 
| 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, toStringpublic List<IOException> getExceptions()
public static IOException createIOException(List<IOException> exceptions)
IOException.Copyright © 2018 Apache Software Foundation. All Rights Reserved.