Class ReportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.acs.commons.reports.api.ReportException
All Implemented Interfaces:
Serializable

public class ReportException extends Exception
An exception which occurs during the process of executing a report
See Also:
  • Constructor Details

    • ReportException

      public ReportException(String message)
      Constructs a new exception with the specified detail message.
    • ReportException

      public ReportException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.