Class StudyDictionaryException

All Implemented Interfaces:
Serializable

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

    • StudyDictionaryException

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