Class IridaWorkflowNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ca.corefacility.bioinformatics.irida.exceptions.IridaWorkflowException
-
- ca.corefacility.bioinformatics.irida.exceptions.IridaWorkflowLoadException
-
- ca.corefacility.bioinformatics.irida.exceptions.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 Summary
Constructors Constructor Description IridaWorkflowNotFoundException(AnalysisType analysisType)Constructs a newIridaWorkflowNotFoundExceptionwith the given analysis type.IridaWorkflowNotFoundException(java.lang.String workflowName)Constructs a newIridaWorkflowNotFoundExceptionwith the given workflow name.IridaWorkflowNotFoundException(java.util.UUID workflowId)Constructs a newIridaWorkflowNotFoundExceptionwith the given workflow identifier.
-
-
-
Constructor Detail
-
IridaWorkflowNotFoundException
public IridaWorkflowNotFoundException(java.util.UUID workflowId)
Constructs a newIridaWorkflowNotFoundExceptionwith the given workflow identifier.- Parameters:
workflowId- The identifier of the workflow.
-
IridaWorkflowNotFoundException
public IridaWorkflowNotFoundException(AnalysisType analysisType)
Constructs a newIridaWorkflowNotFoundExceptionwith the given analysis type.- Parameters:
analysisType- The analysis type of the workflow.
-
IridaWorkflowNotFoundException
public IridaWorkflowNotFoundException(java.lang.String workflowName)
Constructs a newIridaWorkflowNotFoundExceptionwith the given workflow name.- Parameters:
workflowName- The name of the workflow.
-
-