Class ReportingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FailedToConnectToOpenOfficeException, FailedToLoadTemplateClassException, NoOpenOfficeFreePortsException, ReportCanceledException, ReportParametersValidationException, UnsupportedFormatException, ValidationException

public class ReportingException extends RuntimeException
See Also:
  • Constructor Details

    • ReportingException

      public ReportingException()
    • ReportingException

      public ReportingException(String message)
    • ReportingException

      public ReportingException(String message, Throwable cause)
    • ReportingException

      public ReportingException(Throwable cause)