Class IridaWorkflowNoParameterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ca.corefacility.bioinformatics.irida.exceptions.IridaWorkflowException
-
- ca.corefacility.bioinformatics.irida.exceptions.IridaWorkflowParameterException
-
- ca.corefacility.bioinformatics.irida.exceptions.IridaWorkflowNoParameterException
-
- All Implemented Interfaces:
java.io.Serializable
public class IridaWorkflowNoParameterException extends IridaWorkflowParameterException
Defines an exception in cases of no parameters within an IRIDA workflow.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IridaWorkflowNoParameterException(java.lang.String message)
Constructs a newIridaWorkflowNoParameterException
with the given message.IridaWorkflowNoParameterException(java.lang.String message, java.lang.Throwable cause)
Constructs a newIridaWorkflowNoParameterException
with the given message and cause.
-
-
-
Constructor Detail
-
IridaWorkflowNoParameterException
public IridaWorkflowNoParameterException(java.lang.String message, java.lang.Throwable cause)
Constructs a newIridaWorkflowNoParameterException
with the given message and cause.- Parameters:
message
- The message explaining the error.cause
- The cause of this message.
-
IridaWorkflowNoParameterException
public IridaWorkflowNoParameterException(java.lang.String message)
Constructs a newIridaWorkflowNoParameterException
with the given message.- Parameters:
message
- The message explaining the error.
-
-