Class IridaWorkflowNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IridaWorkflowNotFoundException
    extends IridaWorkflowLoadException
    Exception that gets thrown if a workflow is not found.
    See Also:
    Serialized Form
    • Constructor Detail

      • IridaWorkflowNotFoundException

        public IridaWorkflowNotFoundException​(java.util.UUID workflowId)
        Constructs a new IridaWorkflowNotFoundException with the given workflow identifier.
        Parameters:
        workflowId - The identifier of the workflow.
      • IridaWorkflowNotFoundException

        public IridaWorkflowNotFoundException​(AnalysisType analysisType)
        Constructs a new IridaWorkflowNotFoundException with the given analysis type.
        Parameters:
        analysisType - The analysis type of the workflow.
      • IridaWorkflowNotFoundException

        public IridaWorkflowNotFoundException​(java.lang.String workflowName)
        Constructs a new IridaWorkflowNotFoundException with the given workflow name.
        Parameters:
        workflowName - The name of the workflow.