Class RouteManagerException

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

public class RouteManagerException extends org.kuali.rice.kew.api.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:
  • Constructor Details

    • 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 Details

    • getRouteContext

      public RouteContext getRouteContext()
    • setRouteContext

      public void setRouteContext(RouteContext routeContext)