Class TokenNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.markvarga21.studentmanager.exception.TokenNotFoundException
- All Implemented Interfaces:
Serializable
Exception used if a token is not found in the database.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTokenNotFoundException
(String message) Constructs a newTokenNotFoundException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TokenNotFoundException
Constructs a newTokenNotFoundException
with the specified detail message.- Parameters:
message
- the detailed message.
-