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:
- 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
- Author:
- Mark Fisher
- See Also:
- Serialized Form
AggregateMessageDeliveryException
public AggregateMessageDeliveryException(Message<?> undeliveredMessage,
String description,
List<? extends Exception> aggregatedExceptions)
getAggregatedExceptions
public List<? extends Exception> getAggregatedExceptions()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright © 2010. All Rights Reserved.