Class IridaWorkflowDefaultException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ca.corefacility.bioinformatics.irida.exceptions.IridaWorkflowException
-
- ca.corefacility.bioinformatics.irida.exceptions.IridaWorkflowDefaultException
-
- All Implemented Interfaces:
java.io.Serializable
public class IridaWorkflowDefaultException extends IridaWorkflowException
Exception that gets thrown when attempting to set a default workflow for an analysis type that already has a default workflow set.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IridaWorkflowDefaultException(java.lang.String message)
Constructs a newIridaWorkflowDefaultException
with the given message.IridaWorkflowDefaultException(java.lang.String message, java.lang.Throwable cause)
Constructs a newIridaWorkflowDefaultException
with the given message and cause.
-
-
-
Constructor Detail
-
IridaWorkflowDefaultException
public IridaWorkflowDefaultException(java.lang.String message, java.lang.Throwable cause)
Constructs a newIridaWorkflowDefaultException
with the given message and cause.- Parameters:
message
- The message explaining the error.cause
- The cause of this message.
-
IridaWorkflowDefaultException
public IridaWorkflowDefaultException(java.lang.String message)
Constructs a newIridaWorkflowDefaultException
with the given message.- Parameters:
message
- The message explaining the error.
-
-