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:
- java.io.Serializable
- Direct Known Subclasses:
- ComponentException, MessageRedeliveredException, MessageTypeNotSupportedException, RoutingException, SecurityException
- public class MessagingException
- extends UMOException
MessagingException
is a general message exception thrown when
errors specific to Message processing.
- Version:
- $Revision: 1.3 $
- Author:
- Ross Mason
- 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, 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 |
umoMessage
protected 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,
java.lang.Throwable cause)
MessagingException
public MessagingException(Message message,
java.lang.Object payload)
MessagingException
public MessagingException(Message message,
java.lang.Object payload,
java.lang.Throwable cause)
getUmoMessage
public UMOMessage getUmoMessage()
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.