Package org.kuali.rice.kew.api.exception
Class WorkflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.kuali.rice.kew.api.exception.WorkflowException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DocumentSimulatedRouteException,InvalidActionTakenException,ResourceUnavailableException
A generic checked exception thrown from KEW. Acts as the superclass for all checked
exceptions in KEW.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowException(String message) WorkflowException(String message, Throwable throwable) WorkflowException(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkflowException
public WorkflowException() -
WorkflowException
-
WorkflowException
-
WorkflowException
-