Class TokenIncorrectPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ml.karmaconfigs.api.common.utils.security.token.exception.TokenIncorrectPasswordException
- All Implemented Interfaces:
Serializable
This exception is thrown when someone tries to
read a token with an invalid token password
- 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
-
TokenIncorrectPasswordException
Initialize the exception- Parameters:
id- the token id
-