Class ReportException

    • Constructor Detail

      • ReportException

        public ReportException()
        The no-arg constructor
      • ReportException

        public ReportException​(String message)
        Construct a ReportException with an error message
        Parameters:
        message - the error message
      • ReportException

        public ReportException​(Exception e)