public class MultipleIOException extends IOException
IOException into an IOException| 限定符和类型 | 方法和说明 |
|---|---|
static IOException |
createIOException(List<IOException> exceptions)
A convenient method to create an
IOException. |
List<IOException> |
getExceptions() |
public List<IOException> getExceptions()
public static IOException createIOException(List<IOException> exceptions)
IOException.Copyright © 2009 The Apache Software Foundation