org.springframework.integration.message
Class ErrorMessage
java.lang.Object
org.springframework.integration.message.GenericMessage<Throwable>
org.springframework.integration.message.ErrorMessage
- All Implemented Interfaces:
- Serializable, Message<Throwable>
public class ErrorMessage
- extends GenericMessage<Throwable>
A message implementation that accepts a Throwable
payload.
- Author:
- Mark Fisher, Oleg Zhurakousky
- See Also:
- Serialized Form
ErrorMessage
public ErrorMessage(Throwable payload)
ErrorMessage
public ErrorMessage(Throwable payload,
Map<String,Object> headers)
Copyright © 2010. All Rights Reserved.