Package com.sas.lsaf.clinical.study
Class StandardAssociationExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.lsaf.core.AbstractCheckedException
com.sas.lsaf.clinical.study.StandardAssociationExistsException
- All Implemented Interfaces:
Serializable
Thrown when the standard association exists.
- Since:
- 2.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStandardAssociationExistsException(String message) Constructs aStandardAssociationExistsExceptionwith the specified detail 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
-
StandardAssociationExistsException
Constructs aStandardAssociationExistsExceptionwith the specified detail message.- Parameters:
message- The detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()method).
-