org.mule.api
Class MessagingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mule.api.MuleException
              extended by org.mule.api.MessagingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CorrelationTimeoutException, MessageBuilderException, MessageTypeNotSupportedException, RoutingException, SecurityException, ServiceException

public class MessagingException
extends MuleException

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

See Also:
Serialized Form

Field Summary
protected  MuleMessage umoMessage
          The MuleMessage being processed when the error occurred
 
Constructor Summary
MessagingException(Message message, MuleMessage umoMessage)
           
MessagingException(Message message, MuleMessage umoMessage, Throwable cause)
           
MessagingException(Message message, Object payload)
           
MessagingException(Message message, Object payload, Throwable cause)
           
 
Method Summary
 MuleMessage getUmoMessage()
           
 
Methods inherited from class org.mule.api.MuleException
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 MuleMessage umoMessage
The MuleMessage being processed when the error occurred

Constructor Detail

MessagingException

public MessagingException(Message message,
                          MuleMessage umoMessage)

MessagingException

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

MessagingException

public MessagingException(Message message,
                          Object payload)

MessagingException

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

getUmoMessage

public MuleMessage getUmoMessage()


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