Class DefaultErrorMessageStrategy
java.lang.Object
org.springframework.integration.support.DefaultErrorMessageStrategy
- All Implemented Interfaces:
- ErrorMessageStrategy
A simple 
ErrorMessageStrategy implementations which produces
 a error message with original message if the AttributeAccessor has
 ErrorMessageUtils.INPUT_MESSAGE_CONTEXT_KEY attribute.
 Otherwise plain ErrorMessage with the throwable as payload.- Since:
- 4.3.10
- Author:
- Gary Russell, Artem Bilan
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuildErrorMessage(Throwable throwable, AttributeAccessor attributes) Build the error message.
- 
Constructor Details- 
DefaultErrorMessageStrategypublic DefaultErrorMessageStrategy()
 
- 
- 
Method Details- 
buildErrorMessageDescription copied from interface:ErrorMessageStrategyBuild the error message.- Specified by:
- buildErrorMessagein interface- ErrorMessageStrategy
- Parameters:
- throwable- the payload.
- attributes- the attributes.
- Returns:
- the ErrorMessage.
 
 
-