org.mule.umo.routing
Class RoutingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.umo.UMOException
org.mule.umo.routing.RoutingException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CouldNotRouteInboundEventException, CouldNotRouteOutboundMessageException, ResponseTimeoutException, RoutePathNotFoundException, RoutingFailureException
- public class RoutingException
- extends UMOException
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.1.1.1 $
- Author:
- Ross Mason
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RoutingException
public RoutingException(java.lang.String message)
RoutingException
public RoutingException(java.lang.String message,
java.lang.Throwable cause)
RoutingException
public RoutingException(java.lang.String message,
java.lang.Throwable cause,
java.lang.Object event)
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.