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

public class StandardAssociationExistsException extends AbstractCheckedException
Thrown when the standard association exists.
Since:
2.2
See Also:
  • Constructor Details

    • StandardAssociationExistsException

      public StandardAssociationExistsException(String message)
      Constructs a StandardAssociationExistsException with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).