Class IridaWorkflowNotDisplayableException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • IridaWorkflowNotDisplayableException

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

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

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