org.mule.umo.routing
Class ComponentRoutingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.umo.UMOException
org.mule.umo.MessagingException
org.mule.umo.routing.RoutingException
org.mule.umo.routing.ComponentRoutingException
- All Implemented Interfaces:
- java.io.Serializable
- public class ComponentRoutingException
- extends RoutingException
ComponentRoutingException
is thrown due to a routing exception between
the endpoint the event was received on and the component receiving the event
- Version:
- $Revision: 1.2 $
- Author:
- Ross Mason
- See Also:
- Serialized Form
Constructor Summary |
ComponentRoutingException(Message message,
UMOMessage umoMessage,
UMOEndpoint endpoint,
UMOComponent component)
|
ComponentRoutingException(Message message,
UMOMessage umoMessage,
UMOEndpoint endpoint,
UMOComponent component,
java.lang.Throwable cause)
|
ComponentRoutingException(UMOMessage umoMessage,
UMOEndpoint endpoint,
UMOComponent component)
|
ComponentRoutingException(UMOMessage umoMessage,
UMOEndpoint endpoint,
UMOComponent component,
java.lang.Throwable cause)
|
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 |
ComponentRoutingException
public ComponentRoutingException(Message message,
UMOMessage umoMessage,
UMOEndpoint endpoint,
UMOComponent component)
ComponentRoutingException
public ComponentRoutingException(Message message,
UMOMessage umoMessage,
UMOEndpoint endpoint,
UMOComponent component,
java.lang.Throwable cause)
ComponentRoutingException
public ComponentRoutingException(UMOMessage umoMessage,
UMOEndpoint endpoint,
UMOComponent component)
ComponentRoutingException
public ComponentRoutingException(UMOMessage umoMessage,
UMOEndpoint endpoint,
UMOComponent component,
java.lang.Throwable cause)
getComponent
public UMOComponent getComponent()
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.