org.mule.api
Class MessagingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.api.MuleException
org.mule.api.MessagingException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CorrelationTimeoutException, 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
Methods inherited from class org.mule.api.MuleException |
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessage |
muleMessage
protected final transient MuleMessage muleMessage
- The MuleMessage being processed when the error occurred
MessagingException
public MessagingException(Message message,
MuleMessage muleMessage)
MessagingException
public MessagingException(Message message,
MuleMessage muleMessage,
Throwable cause)
getMuleMessage
public MuleMessage getMuleMessage()
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.