org.kuali.rice.kew.exception
Class RouteManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kuali.rice.kew.api.WorkflowRuntimeException
                  extended by org.kuali.rice.kew.exception.RouteManagerException
All Implemented Interfaces:
Serializable

public class RouteManagerException
extends WorkflowRuntimeException

Thrown from the engine when a problem is encountered. Wraps a RouteContext which contains information about the state of the engine at the time the problem was encountered.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
RouteManagerException(String message)
           
RouteManagerException(String message, RouteContext routeContext)
           
RouteManagerException(String message, Throwable throwable)
           
RouteManagerException(String message, Throwable throwable, RouteContext routeContext)
           
RouteManagerException(Throwable throwable, RouteContext routeContext)
           
 
Method Summary
 RouteContext getRouteContext()
           
 void setRouteContext(RouteContext routeContext)
           
 
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

RouteManagerException

public RouteManagerException(String message)

RouteManagerException

public RouteManagerException(String message,
                             RouteContext routeContext)

RouteManagerException

public RouteManagerException(String message,
                             Throwable throwable)

RouteManagerException

public RouteManagerException(String message,
                             Throwable throwable,
                             RouteContext routeContext)

RouteManagerException

public RouteManagerException(Throwable throwable,
                             RouteContext routeContext)
Method Detail

getRouteContext

public RouteContext getRouteContext()

setRouteContext

public void setRouteContext(RouteContext routeContext)


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.