|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.springframework.integration.core.MessagingException org.springframework.integration.message.MessageDeliveryException org.springframework.integration.dispatcher.AggregateMessageDeliveryException
public class AggregateMessageDeliveryException
An Exception that encapsulates an aggregated group of Exceptions for use by dispatchers that may try multiple handler invocations within a single dispatch operation.
Constructor Summary | |
---|---|
AggregateMessageDeliveryException(Message<?> undeliveredMessage,
java.lang.String description,
java.util.List<? extends java.lang.Exception> aggregatedExceptions)
|
Method Summary | |
---|---|
java.util.List<? extends java.lang.Exception> |
getAggregatedExceptions()
|
Methods inherited from class org.springframework.integration.core.MessagingException |
---|
getFailedMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AggregateMessageDeliveryException(Message<?> undeliveredMessage, java.lang.String description, java.util.List<? extends java.lang.Exception> aggregatedExceptions)
Method Detail |
---|
public java.util.List<? extends java.lang.Exception> getAggregatedExceptions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |