Uses of Class
com.bank.auth_service.exception.RefreshTokenNotFoundException
Packages that use RefreshTokenNotFoundException
-
Uses of RefreshTokenNotFoundException in com.bank.auth_service.exception
Methods in com.bank.auth_service.exception with parameters of type RefreshTokenNotFoundExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<MessageHandler> RestExceptionHandler.handlerRefreshTokenNotFound
(RefreshTokenNotFoundException ex) Handles RefreshTokenNotFoundException and returns a 404 NOT FOUND response.