public class MultiClientIOException extends Object implements Iterable<IOException>
| Constructor and Description |
|---|
MultiClientIOException() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(IOException exception) |
void |
checkAndThrow() |
Iterator<IOException> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<IOException> iterator()
iterator in interface Iterable<IOException>public void add(IOException exception)
public void checkAndThrow()
throws CompositeIOException
CompositeIOExceptionCopyright © 2022. All rights reserved.