Class StandardAssociationNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.lsaf.core.AbstractCheckedException
com.sas.lsaf.clinical.study.StandardAssociationNotFoundException
All Implemented Interfaces:
Serializable

public class StandardAssociationNotFoundException extends AbstractCheckedException
Thrown when the specified associated standard does not exist.
Since:
2.2
See Also:
  • Constructor Details

    • StandardAssociationNotFoundException

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