Package com.sas.lsaf.clinical.study
Class StudyNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.clinical.study.StudyNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class StudyNotFoundException extends AbstractCheckedException
Thrown when the specified study is not found.- Since:
- 2.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StudyNotFoundException(java.lang.String message)
Constructs aStudyNotFoundException
with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
StudyNotFoundException
public StudyNotFoundException(java.lang.String message)
Constructs aStudyNotFoundException
with the specified detail message.- Parameters:
message
- The detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-