Uses of Class
com.bank.payment.exceptions.AccountSenderNotFoundException
Packages that use AccountSenderNotFoundException
-
Uses of AccountSenderNotFoundException in com.bank.payment.exceptions
Methods in com.bank.payment.exceptions with parameters of type AccountSenderNotFoundExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<MessageHandler> RestExceptionHandler.handleAccountSenderNotFound
(AccountSenderNotFoundException ex) Handles AccountSenderNotFoundException and returns a 404 NOT FOUND response.