Generated by
JDiff

Class org.springframework.messaging.support.ErrorMessage

Added Constructors
ErrorMessage(Throwable, Map<String, Object>, Message<?>) Create a new message with the given payload, headers and original message.
ErrorMessage(Throwable, Message<?>) Create a new message with the given payload and original message.
ErrorMessage(Throwable, MessageHeaders, Message<?>) Create a new message with the payload, MessageHeaders and original message.
 

Added Methods
Message<?> getOriginalMessage() Return the original message (if available) at the point in the stack where the ErrorMessage was created.
String toString()