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