Class RefreshTokenNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bank.auth_service.exception.RefreshTokenNotFoundException
All Implemented Interfaces:
Serializable

public class RefreshTokenNotFoundException extends RuntimeException
Exception thrown when a refresh token is not found. Used to indicate that the provided token does not exist in the system.
Since:
1.0.0
Version:
1.0.0, 06/23/2025
Author:
Fernando Cruz Cavina
See Also:
  • Constructor Details

    • RefreshTokenNotFoundException

      public RefreshTokenNotFoundException()
      Constructs a new RefreshTokenNotFoundException with a default error message.