Class DefaultErrorMessageStrategy

java.lang.Object
org.springframework.integration.support.DefaultErrorMessageStrategy
All Implemented Interfaces:
ErrorMessageStrategy

public class DefaultErrorMessageStrategy extends Object implements 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: