Class ReportException

    • Constructor Detail

      • ReportException

        public ReportException()
      • ReportException

        public ReportException​(String message,
                               Throwable cause,
                               boolean enableSuppression,
                               boolean writableStackTrace)
      • ReportException

        public ReportException​(String message,
                               Throwable cause)
      • ReportException

        public ReportException​(String message)
      • ReportException

        public ReportException​(Throwable cause)