Class IridaWorkflowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ca.corefacility.bioinformatics.irida.exceptions.IridaWorkflowException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
IridaWorkflowAnalysisTypeException
,IridaWorkflowDefaultException
,IridaWorkflowLoadException
,IridaWorkflowParameterException
public class IridaWorkflowException extends java.lang.Exception
Exception that gets thrown for any Irida workflows.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IridaWorkflowException(java.lang.String message)
Constructs a newIridaWorkflowException
with the given message.IridaWorkflowException(java.lang.String message, java.lang.Throwable cause)
Constructs a newIridaWorkflowException
with the given message and cause.
-
-
-
Constructor Detail
-
IridaWorkflowException
public IridaWorkflowException(java.lang.String message, java.lang.Throwable cause)
Constructs a newIridaWorkflowException
with the given message and cause.- Parameters:
message
- The message explaining the error.cause
- The cause of this message.
-
IridaWorkflowException
public IridaWorkflowException(java.lang.String message)
Constructs a newIridaWorkflowException
with the given message.- Parameters:
message
- The message explaining the error.
-
-