Class StudySupportingDocumentUpdateException

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

public class StudySupportingDocumentUpdateException extends AbstractCheckedException
Thrown when a study's supporting documents cannot be updated.
Since:
2.4
See Also:
  • Constructor Details

    • StudySupportingDocumentUpdateException

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