Class UserNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.markvarga21.studentmanager.exception.UserNotFoundException
- All Implemented Interfaces:
Serializable
Exception used if a user is not found in the database.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserNotFoundException
(String message) Constructor for theUserNotFoundException
class. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserNotFoundException
Constructor for theUserNotFoundException
class.- Parameters:
message
- The message to display.
-