org.springframework.integration
Class MessageHandlingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.integration.MessagingException
org.springframework.integration.MessageHandlingException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MessageRejectedException, MessageTimeoutException
public class MessageHandlingException
- extends MessagingException
Exception that indicates an error during message handling.
- Author:
- Mark Fisher
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MessageHandlingException
public MessageHandlingException(Message<?> failedMessage)
MessageHandlingException
public MessageHandlingException(Message<?> failedMessage,
String description)
MessageHandlingException
public MessageHandlingException(Message<?> failedMessage,
Throwable cause)
MessageHandlingException
public MessageHandlingException(Message<?> failedMessage,
String description,
Throwable cause)
Copyright © 2010. All Rights Reserved.