Package com.sas.lsaf.clinical.study
Class StudyStandardReferencedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sas.lsaf.core.AbstractRuntimeException
-
- com.sas.lsaf.clinical.study.StudyStandardReferencedException
-
- All Implemented Interfaces:
java.io.Serializable
public class StudyStandardReferencedException extends AbstractRuntimeException
Thrown when an action cannot be completed because a study standard is referenced.- Since:
- 2.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StudyStandardReferencedException(java.lang.String message)
Constructs aStudyStandardReferencedException
with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractRuntimeException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
StudyStandardReferencedException
public StudyStandardReferencedException(java.lang.String message)
Constructs aStudyStandardReferencedException
with the specified detail message.- Parameters:
message
- The detail message (which is saved for later retrieval byAbstractRuntimeException.getMessage()
).
-
-