Class SampleAnalysisDuplicateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ca.corefacility.bioinformatics.irida.exceptions.ExecutionManagerException
-
- ca.corefacility.bioinformatics.irida.exceptions.WorkflowException
-
- ca.corefacility.bioinformatics.irida.exceptions.WorkflowPreprationException
-
- ca.corefacility.bioinformatics.irida.exceptions.SampleAnalysisDuplicateException
-
- All Implemented Interfaces:
java.io.Serializable
public class SampleAnalysisDuplicateException extends WorkflowPreprationException
If there is a duplicateSamplewhich is being sent for analysis.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SampleAnalysisDuplicateException(java.lang.String message)Construct a newSampleAnalysisDuplicateExceptionwith the specified message.SampleAnalysisDuplicateException(java.lang.String message, java.lang.Throwable cause)Construct a newSampleAnalysisDuplicateExceptionwith the specified message and original cause.
-
-
-
Constructor Detail
-
SampleAnalysisDuplicateException
public SampleAnalysisDuplicateException(java.lang.String message)
Construct a newSampleAnalysisDuplicateExceptionwith the specified message.- Parameters:
message- the message explaining the exception.
-
SampleAnalysisDuplicateException
public SampleAnalysisDuplicateException(java.lang.String message, java.lang.Throwable cause)Construct a newSampleAnalysisDuplicateExceptionwith the specified message and original cause.- Parameters:
message- the message explaining the exception.cause- the original cause of the exception.
-
-