Class ReportNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.markvarga21.studentmanager.exception.ReportNotFoundException
All Implemented Interfaces:
Serializable

@Generated public class ReportNotFoundException extends RuntimeException
A custom exception which is used when the report is not found.
See Also:
  • Constructor Details

    • ReportNotFoundException

      public ReportNotFoundException(String message)
      The default constructor.
      Parameters:
      message - The message to be sent when the exception occurs.