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.ExceptionThis exception is thrown whenAnalysisSubmission.setAnalysis(Analysis)is called, but the instance ofAnalysisSubmissionalready has a non-nullinstance of anAnalysisassigned 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.
-
-