java.lang.Object
java.lang.Throwable
java.lang.Exception
is.codion.common.db.report.ReportException
- All Implemented Interfaces:
Serializable
An exception occurring during report generation.
- See Also:
-
Constructor Summary
ConstructorDescriptionReportException
(String message) Instantiates a new ReportExceptionReportException
(String message, Throwable cause) Instantiates a new ReportExceptionReportException
(Throwable cause) Instantiates a new ReportException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReportException
Instantiates a new ReportException- Parameters:
message
- the exception message
-
ReportException
Instantiates a new ReportException- Parameters:
message
- the exception messagecause
- the root cause
-
ReportException
Instantiates a new ReportException- Parameters:
cause
- the root cause
-