Class ReportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
is.codion.common.db.report.ReportException
All Implemented Interfaces:
Serializable

public class ReportException extends Exception
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