Class SubjectAreaFVTCheckedException

    • Constructor Detail

      • SubjectAreaFVTCheckedException

        public SubjectAreaFVTCheckedException​(String message)
        This is the typical constructor used for creating a SubjectAreaFVTCheckedException.
        Parameters:
        message - Error message
      • SubjectAreaFVTCheckedException

        public SubjectAreaFVTCheckedException​(String message,
                                              Exception e)
        This is the constructor used for creating a SubjectAreaFVTCheckedException that resulted from a previous error.
        Parameters:
        message - Error message
        e - the error that resulted in this exception.