public class AggregateException extends Exception
Constructor and Description |
---|
AggregateException(Collection<Exception> exceptions)
Creates a new instance of
AggregateException . |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public AggregateException(Collection<Exception> exceptions)
AggregateException
.exceptions
- the nested exceptionsCopyright © 2023. All Rights Reserved.