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