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:
Serializable
Thrown when an action cannot be completed because a study standard is referenced.
- Since:
- 2.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStudyStandardReferencedException(String message) Constructs aStudyStandardReferencedExceptionwith the specified detail message. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractRuntimeException
getMessage, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StudyStandardReferencedException
Constructs aStudyStandardReferencedExceptionwith the specified detail message.- Parameters:
message- The detail message (which is saved for later retrieval byAbstractRuntimeException.getMessage()).
-