Class TokenNotInRedisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
it.univr.passportease.exception.security.TokenNotInRedisException
- All Implemented Interfaces:
Serializable
This exception is thrown when an access token is not found in Redis.
- See Also:
-
Constructor Summary
ConstructorDescriptionTokenNotInRedisException
(String message) Constructor for theTokenNotInRedisException
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TokenNotInRedisException
Constructor for theTokenNotInRedisException
- Parameters:
message
- The message of the exception.
-