All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.jahrim.chess.authentication.service.components.exceptions.TokenExpiredException.scala Maven / Gradle / Ivy

There is a newer version: 0.4.3
Show newest version
package io.github.jahrim.chess.authentication.service.components.exceptions

/**
 * An [[AuthenticationServiceException]] triggered when a user attempts to
 * validate an expired token.
 */
class TokenExpiredException extends AuthenticationServiceException("Token expired.")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy