org.mule.umo
Class MessagingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.umo.UMOException
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 |
Methods inherited from class org.mule.umo.UMOException |
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessage |
umoMessage
protected final transient UMOMessage umoMessage
- The UMOMessage being processed when the error occurred
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)
getUmoMessage
public UMOMessage getUmoMessage()
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.