Class RefreshTokenExpiredException

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

public class RefreshTokenExpiredException extends RuntimeException
Exception thrown when a refresh token has expired. Used to indicate that the token is no longer valid for refreshing authentication.
Since:
1.0.0
Version:
1.0.0, 06/23/2025
Author:
Fernando Cruz Cavina
See Also:
  • Constructor Details

    • RefreshTokenExpiredException

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