Class ReportSizeLimitExceededException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.nomagic.magicreport.ReportSizeLimitExceededException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DOCXSizeLimitExceededException, XLSXSizeLimitExceededException

@OpenApiAll public class ReportSizeLimitExceededException extends RuntimeException
See Also:
  • Constructor Details

    • ReportSizeLimitExceededException

      public ReportSizeLimitExceededException()
    • ReportSizeLimitExceededException

      public ReportSizeLimitExceededException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • ReportSizeLimitExceededException

      public ReportSizeLimitExceededException(String message, Throwable cause)
    • ReportSizeLimitExceededException

      public ReportSizeLimitExceededException(String message)
    • ReportSizeLimitExceededException

      public ReportSizeLimitExceededException(Throwable cause)