Class ThrowExceptionWorkflowAction

    • Constructor Detail

      • ThrowExceptionWorkflowAction

        public ThrowExceptionWorkflowAction​(String p_strGuid)
    • Method Detail

      • 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.