Uses of Class
com.bank.auth_service.exception.CodeNotFoundOrExpiredException
Packages that use CodeNotFoundOrExpiredException
-
Uses of CodeNotFoundOrExpiredException in com.bank.auth_service.exception
Methods in com.bank.auth_service.exception with parameters of type CodeNotFoundOrExpiredExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<MessageHandler> RestExceptionHandler.handlerDontExistOrExpiratedCode
(CodeNotFoundOrExpiredException ex) Handles CodeNotFoundOrExpiredException and returns a 400 BAD REQUEST response.