public class CompositeIOException
extends java.io.IOException
| Constructor and Description |
|---|
CompositeIOException()
Create a new composite IO Exception
|
| Modifier and Type | Method and Description |
|---|---|
void |
addException(java.lang.Exception e)
Add an exception that caused this exceptino
|
java.lang.String |
getMessage() |