Class ReportProcessingException

  • All Implemented Interfaces:
    Serializable

    public class ReportProcessingException
    extends Exception
    An exception that is thrown if something during report processing fails.
    See Also:
    Serialized Form
    • Constructor Detail

      • ReportProcessingException

        public ReportProcessingException()
      • ReportProcessingException

        public ReportProcessingException​(String message)
      • ReportProcessingException

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

        public ReportProcessingException​(Throwable cause)
      • ReportProcessingException

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