org.springframework.integration
Class MessageHandlingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.integration.MessagingException
                  extended by org.springframework.integration.MessageHandlingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MessageRejectedException

public class MessageHandlingException
extends MessagingException

Exception that indicates an error occurred during message handling.

See Also:
Serialized Form

Constructor Summary
MessageHandlingException(Message<?> failedMessage)
           
MessageHandlingException(Message<?> failedMessage, java.lang.String description)
           
MessageHandlingException(Message<?> failedMessage, java.lang.String description, java.lang.Throwable cause)
           
MessageHandlingException(Message<?> failedMessage, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.springframework.integration.MessagingException
getFailedMessage, setFailedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageHandlingException

public MessageHandlingException(Message<?> failedMessage)

MessageHandlingException

public MessageHandlingException(Message<?> failedMessage,
                                java.lang.String description)

MessageHandlingException

public MessageHandlingException(Message<?> failedMessage,
                                java.lang.Throwable cause)

MessageHandlingException

public MessageHandlingException(Message<?> failedMessage,
                                java.lang.String description,
                                java.lang.Throwable cause)