Class TokenNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ml.karmaconfigs.api.common.utils.security.token.exception.TokenNotFoundException
- All Implemented Interfaces:
Serializable
This exception is thrown when someone tries to read a token
which ID couldn't be found
- See Also:
- Serialized Form
-
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
-
TokenNotFoundException
Initialize the exception- Parameters:
id- the token ID
-