Class FailedToCleanRevokedTokensException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.example.blogs.app.api.auth.exception.FailedToCleanRevokedTokensException
All Implemented Interfaces:
Serializable

public class FailedToCleanRevokedTokensException extends RuntimeException
Thrown when a database error occurs during scheduled cleanup of expired revoked tokens. This exception is mapped to HTTP 500 Internal Server Error status.
See Also:
  • Constructor Details

    • FailedToCleanRevokedTokensException

      public FailedToCleanRevokedTokensException(Exception cause)
      Constructs a new FailedToCleanRevokedTokensException with the underlying cause.
      Parameters:
      cause - the underlying cause of the exception