org.mule.umo
Class MessagingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mule.umo.UMOException
              extended by org.mule.umo.MessagingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ComponentException, MessageBuilderException, MessageRedeliveredException, MessageTypeNotSupportedException, RestServiceException, RoutingException, SecurityException, StreamingException

public class MessagingException
extends UMOException

MessagingException is a general message exception thrown when errors specific to Message processing occur..

See Also:
Serialized Form

Field Summary
protected  UMOMessage umoMessage
          The UMOMessage being processed when the error occurred
 
Constructor Summary
MessagingException(Message message, Object payload)
           
MessagingException(Message message, Object payload, Throwable cause)
           
MessagingException(Message message, UMOMessage umoMessage)
           
MessagingException(Message message, UMOMessage umoMessage, Throwable cause)
           
 
Method Summary
 UMOMessage getUmoMessage()
           
 
Methods inherited from class org.mule.umo.UMOException
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

umoMessage

protected final transient UMOMessage umoMessage
The UMOMessage being processed when the error occurred

Constructor Detail

MessagingException

public MessagingException(Message message,
                          UMOMessage umoMessage)

MessagingException

public MessagingException(Message message,
                          UMOMessage umoMessage,
                          Throwable cause)

MessagingException

public MessagingException(Message message,
                          Object payload)

MessagingException

public MessagingException(Message message,
                          Object payload,
                          Throwable cause)
Method Detail

getUmoMessage

public UMOMessage getUmoMessage()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.