org.mule.umo.routing
Class RoutingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.umo.UMOException
org.mule.umo.MessagingException
org.mule.umo.routing.RoutingException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ComponentRoutingException, CouldNotRouteInboundEventException, CouldNotRouteOutboundMessageException, DispatchException, ResponseTimeoutException, RoutePathNotFoundException
- public class RoutingException
- extends MessagingException
RoutingException
is a base class for al routing exceptions. Routing
exceptions are only thrown for InboundMessageRouter and OutboundMessageRouter and
deriving types. Mule itself does not throw routing exceptions when routing internal
events.
- Version:
- $Revision: 1.3 $
- Author:
- Ross Mason
- See Also:
- Serialized Form
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 |
endpoint
protected transient UMOEndpoint endpoint
RoutingException
public RoutingException(UMOMessage message,
UMOEndpoint endpoint)
RoutingException
public RoutingException(UMOMessage umoMessage,
UMOEndpoint endpoint,
java.lang.Throwable cause)
RoutingException
public RoutingException(Message message,
UMOMessage umoMessage,
UMOEndpoint endpoint)
RoutingException
public RoutingException(Message message,
UMOMessage umoMessage,
UMOEndpoint endpoint,
java.lang.Throwable cause)
getEndpoint
public UMOEndpoint getEndpoint()
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.