Class ReportGenerationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.reports.engine.ReportGenerationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ReportExportException

public class ReportGenerationException extends com.liferay.portal.kernel.exception.PortalException
See Also:
  • Constructor Details

    • ReportGenerationException

      public ReportGenerationException()
    • ReportGenerationException

      public ReportGenerationException(String msg)
    • ReportGenerationException

      public ReportGenerationException(String msg, Throwable throwable)
    • ReportGenerationException

      public ReportGenerationException(Throwable throwable)