org.springframework.integration.dispatcher
Class AggregateMessageDeliveryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.integration.MessagingException
org.springframework.integration.MessageDeliveryException
org.springframework.integration.dispatcher.AggregateMessageDeliveryException
All Implemented Interfaces: java.io.Serializable
public class AggregateMessageDeliveryException extends MessageDeliveryException
An Exception that encapsulates an aggregated group of Exceptions for use by dispatchers
that may try multiple handler invocations within a single dispatch operation.
Since:
1.0.3
See Also: Serialized Form
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
AggregateMessageDeliveryException
public AggregateMessageDeliveryException (Message <?> undeliveredMessage,
java.lang.String description,
java.util.List<? extends java.lang.Exception> aggregatedExceptions)
getAggregatedExceptions
public java.util.List<? extends java.lang.Exception> getAggregatedExceptions ()
getMessage
public java.lang.String getMessage ()
Overrides: getMessage
in class java.lang.Throwable