Class StudyTableUpdateException

All Implemented Interfaces:
Serializable

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

    • StudyTableUpdateException

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