org.kuali.rice.kew.exception
Class RouteManagerException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.kuali.rice.kew.api.WorkflowRuntimeException
org.kuali.rice.kew.api.WorkflowRuntimeException
                   org.kuali.rice.kew.exception.RouteManagerException
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
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
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)
getRouteContext
public RouteContext getRouteContext()
- 
 
setRouteContext
public void setRouteContext(RouteContext routeContext)
- 
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.