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:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionAnalysisResultNotFoundException(String message) Constructs anAnalysisResultNotFoundExceptionwith the specified message. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AnalysisResultNotFoundException
Constructs anAnalysisResultNotFoundExceptionwith the specified message.- Parameters:
message- The detailed message (which is saved for later retrieval by theAbstractCheckedException.getMessage()method).
-