Class ReportException

All Implemented Interfaces:
Serializable

public class ReportException extends RuntimeException
An exception occurring during report generation.
See Also:
  • Constructor Details

    • ReportException

      public ReportException(String message)
      Instantiates a new ReportException
      Parameters:
      message - the exception message
    • ReportException

      public ReportException(String message, Throwable cause)
      Instantiates a new ReportException
      Parameters:
      message - the exception message
      cause - the root cause
    • ReportException

      public ReportException(Throwable cause)
      Instantiates a new ReportException
      Parameters:
      cause - the root cause