Class ReportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.acs.commons.reports.api.ReportException
- All Implemented Interfaces:
Serializable
An exception which occurs during the process of executing a report
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReportException(String message) Constructs a new exception with the specified detail message.ReportException(String message, Throwable cause) Constructs a new exception with the specified detail message and cause. -
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
Constructs a new exception with the specified detail message. -
ReportException
Constructs a new exception with the specified detail message and cause.
-