org.mule.umo.routing
Class RoutingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.mule.umo.UMOException
              extended byorg.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

Constructor Summary
RoutingException(java.lang.String message)
           
RoutingException(java.lang.String message, java.lang.Throwable cause)
           
RoutingException(java.lang.String message, java.lang.Throwable cause, java.lang.Object event)
           
 
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
 

Constructor Detail

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.