Class ReportNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.markvarga21.studentmanager.exception.ReportNotFoundException
- All Implemented Interfaces:
Serializable
A custom exception which is used when the
report is not found.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReportNotFoundException
The default constructor.- Parameters:
message
- The message to be sent when the exception occurs.
-