Class ReportGenerationException

All Implemented Interfaces:
Serializable

public class ReportGenerationException extends RuntimeException
See Also:
  • Constructor Details

    • ReportGenerationException

      public ReportGenerationException(Throwable cause)
      Constructs the ReportGenerationException from given cause.
      Parameters:
      cause - given Throwable cause
    • ReportGenerationException

      public ReportGenerationException(String message, Throwable cause)
      Constructs the ReportGenerationException from given cause. and detail message.
      Parameters:
      message - the detail message.
      cause - given Throwable cause
    • ReportGenerationException

      public ReportGenerationException(String message)
      Constructs the ReportGenerationException with specified detail message.
      Parameters:
      message - the detail message.