org.mule.umo
Class MessagingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.mule.umo.UMOException
              extended byorg.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
 
Constructor Summary
MessagingException(Message message, java.lang.Object payload)
           
MessagingException(Message message, java.lang.Object payload, java.lang.Throwable cause)
           
MessagingException(Message message, UMOMessage umoMessage)
           
MessagingException(Message message, UMOMessage umoMessage, java.lang.Throwable cause)
           
 
Method Summary
 UMOMessage getUmoMessage()
           
 
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
 

Field Detail

umoMessage

protected 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,
                          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)
Method Detail

getUmoMessage

public UMOMessage getUmoMessage()


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.