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 Details

    • WorkflowException

      public WorkflowException(String msgId)
    • WorkflowException

      public WorkflowException(String msgId, Throwable cause)
    • WorkflowException

      public WorkflowException(String msgId, Object... args)
    • WorkflowException

      public WorkflowException(String msgId, Throwable cause, Object... args)