Class ReportProcessingException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class ReportProcessingException
    extends Exception
                        

    An exception that is thrown if something during report processing fails.

    • Constructor Detail

      • ReportProcessingException

        ReportProcessingException()
      • ReportProcessingException

        ReportProcessingException(String message)
      • ReportProcessingException

        ReportProcessingException(String message, Throwable cause)
      • ReportProcessingException

        ReportProcessingException(Throwable cause)
      • ReportProcessingException

        ReportProcessingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • Method Detail