Package org.kuali.rice.kew.exception
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
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 Summary
ConstructorsConstructorDescriptionRouteManagerException(String message) RouteManagerException(String message, Throwable throwable) RouteManagerException(String message, Throwable throwable, RouteContext routeContext) RouteManagerException(String message, RouteContext routeContext) RouteManagerException(Throwable throwable, RouteContext routeContext) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RouteManagerException
-
RouteManagerException
-
RouteManagerException
-
RouteManagerException
-
RouteManagerException
-
-
Method Details
-
getRouteContext
-
setRouteContext
-