Class WorkflowException

  • All Implemented Interfaces:
    Serializable

    public class WorkflowException
    extends org.alfresco.error.AlfrescoRuntimeException
    Base Exception of Workflow Exceptions.
    Author:
    David Caruana
    See Also:
    Serialized Form
    • Constructor Detail

      • WorkflowException

        public WorkflowException​(String msgId)
      • WorkflowException

        public WorkflowException​(String msgId,
                                 Throwable cause)
      • WorkflowException

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