Class ReportGenerationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.nmontytskyi.monitoring.server.exception.ReportGenerationException
All Implemented Interfaces:
Serializable

public class ReportGenerationException extends RuntimeException
Thrown when PDF report generation fails due to missing data or an internal error. Results in an HTTP 500 response via GlobalExceptionHandler.
See Also:
  • Constructor Details

    • ReportGenerationException

      public ReportGenerationException(String message)