Class WorkflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.service.cmr.workflow.WorkflowException
- All Implemented Interfaces:
Serializable
public class WorkflowException
extends org.alfresco.error.AlfrescoRuntimeException
Base Exception of Workflow Exceptions.
- Author:
- David Caruana
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowException(String msgId) WorkflowException(String msgId, Object... args) WorkflowException(String msgId, Throwable cause) WorkflowException(String msgId, Throwable cause, Object... args) -
Method Summary
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkflowException
-
WorkflowException
-
WorkflowException
-
WorkflowException
-