Package com.bank.auth_service.exception
Class RefreshTokenNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bank.auth_service.exception.RefreshTokenNotFoundException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionConstructs a new RefreshTokenNotFoundException with a default error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RefreshTokenNotFoundException
public RefreshTokenNotFoundException()Constructs a new RefreshTokenNotFoundException with a default error message.
-