Package com.sas.lsaf.clinical.tlf
Class AnalysisResultNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.clinical.tlf.AnalysisResultNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class AnalysisResultNotFoundException extends AbstractCheckedException
Thrown when the specified analysis result is not found or the user does not have access to the analysis result.- Since:
- 2.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnalysisResultNotFoundException(java.lang.String message)
Constructs anAnalysisResultNotFoundException
with the specified message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
AnalysisResultNotFoundException
public AnalysisResultNotFoundException(java.lang.String message)
Constructs anAnalysisResultNotFoundException
with the specified message.- Parameters:
message
- The detailed message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-