public class AggregateMessageDeliveryException extends MessageDeliveryException
Constructor and Description |
---|
AggregateMessageDeliveryException(Message<?> undeliveredMessage,
String description,
List<? extends Exception> aggregatedExceptions) |
Modifier and Type | Method and Description |
---|---|
List<? extends Exception> |
getAggregatedExceptions()
Obtain a list aggregated target exceptions.
|
String |
getMessage() |
getFailedMessage, toString
contains, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public List<? extends Exception> getAggregatedExceptions()
public String getMessage()
getMessage
in class NestedRuntimeException