public static class MultiplexedOutputStream.MultiIOException extends java.io.IOException
IOExceptions.| Constructor and Description |
|---|
MultiIOException(java.util.Collection<? extends java.io.IOException> exceptions)
Create exception
|
| Modifier and Type | Method and Description |
|---|---|
UnmodifiableList<java.io.IOException> |
getExceptions()
Get exceptions.
|
java.lang.String |
getMessage()
Returns messages of all exceptions.
|
public MultiIOException(java.util.Collection<? extends java.io.IOException> exceptions)
java.lang.AssertionError - if provided collection is empty.public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic UnmodifiableList<java.io.IOException> getExceptions()