Class AnalysisAlreadySetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ca.corefacility.bioinformatics.irida.exceptions.AnalysisAlreadySetException
-
- All Implemented Interfaces:
java.io.Serializable
public class AnalysisAlreadySetException extends java.lang.Exception
This exception is thrown whenAnalysisSubmission.setAnalysis(Analysis)
is called, but the instance ofAnalysisSubmission
already has a non-null
instance of anAnalysis
assigned to it.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnalysisAlreadySetException(java.lang.String message)
Create a new instance ofAnalysisAlreadySetException
.
-
-
-
Constructor Detail
-
AnalysisAlreadySetException
public AnalysisAlreadySetException(java.lang.String message)
Create a new instance ofAnalysisAlreadySetException
.- Parameters:
message
- the message explaining the exception.
-
-