Class StudyNotFoundException

All Implemented Interfaces:
Serializable

public class StudyNotFoundException extends AbstractCheckedException
Thrown when the specified study is not found.
Since:
2.2
See Also:
  • Constructor Details

    • StudyNotFoundException

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