Class JasperRuntimeReportingException

All Implemented Interfaces:
Serializable

public class JasperRuntimeReportingException extends ReportingException
Author:
a.petrov
See Also:
  • Constructor Details

    • JasperRuntimeReportingException

      public JasperRuntimeReportingException(String messageCode)
    • JasperRuntimeReportingException

      public JasperRuntimeReportingException(String messageCode, Object... messageArgs)
    • JasperRuntimeReportingException

      public JasperRuntimeReportingException(String messageCode, Throwable cause)
    • JasperRuntimeReportingException

      public JasperRuntimeReportingException(String messageCode, Throwable cause, Object... messageArgs)