Class StudyComponentEditException

All Implemented Interfaces:
Serializable

public class StudyComponentEditException extends AbstractCheckedException
Thrown when a study component cannot be marked for edit.
Since:
2.2
See Also:
  • Constructor Details

    • StudyComponentEditException

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