Class ExternalDictionaryAssociationNotFoundException

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

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

    • ExternalDictionaryAssociationNotFoundException

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