public class MultiClientIOException
extends java.lang.Object
implements java.lang.Iterable<java.io.IOException>
MultiClientIOException class.
| Constructor and Description |
|---|
MultiClientIOException() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.io.IOException exception)
add.
|
void |
checkAndThrow()
checkAndThrow.
|
java.util.Iterator<java.io.IOException> |
iterator() |
public java.util.Iterator<java.io.IOException> iterator()
iterator in interface java.lang.Iterable<java.io.IOException>public void add(java.io.IOException exception)
add.
exception - a IOException objectpublic void checkAndThrow()
throws CompositeIOException
checkAndThrow.
CompositeIOException - if any.Copyright © 2023. All rights reserved.