java.io.Serializable@Public
@Stable
public class MultipleIOException
extends java.io.IOException
IOException into an IOException| Modifier and Type | Class | Description |
|---|---|---|
static class |
MultipleIOException.Builder |
Build an
IOException using MultipleIOException
if there are more than one. |
| Modifier and Type | Method | Description |
|---|---|---|
static java.io.IOException |
createIOException(java.util.List<java.io.IOException> exceptions) |
A convenient method to create an
IOException. |
java.util.List<java.io.IOException> |
getExceptions() |
public java.util.List<java.io.IOException> getExceptions()
public static java.io.IOException createIOException(java.util.List<java.io.IOException> exceptions)
IOException.exceptions - IOException List.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.