Class ThrowExceptionWorkflowAction

java.lang.Object
de.uplanet.lucy.server.workflow.action.AbstractWorkflowAction
de.uplanet.lucy.server.workflow.action.ThrowExceptionWorkflowAction
All Implemented Interfaces:
IActivatableWorkflowObject, INamedWorkflowObject, INeedWorkflow, IWorkflowAction, IWorkflowObject, Serializable

public final class ThrowExceptionWorkflowAction extends AbstractWorkflowAction
See Also:
  • Constructor Details

    • ThrowExceptionWorkflowAction

      public ThrowExceptionWorkflowAction(String p_strGuid)
  • Method Details

    • getExceptionClass

      public String getExceptionClass()
    • setExceptionClass

      public void setExceptionClass(String p_strClass)
    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage(String p_strMessage)
    • process

      public WorkflowTransition process(IWorkflowEvent p_evt, de.uplanet.lucy.server.workflow.IWorkflowProcessingContext p_wfCtx, de.uplanet.lucy.server.IProcessingContext p_ctx) throws Exception
      This method always throws an exception.
      Parameters:
      p_evt - The event to be processed.
      p_wfCtx - The workflow processing context.
      p_ctx - The processing context.
      Returns:
      This method always throws an exception.
      Throws:
      Exception - Always.