Uses of Class
com.bank.payment.exceptions.TransferInsuficientBalanceException
Packages that use TransferInsuficientBalanceException
-
Uses of TransferInsuficientBalanceException in com.bank.payment.exceptions
Methods in com.bank.payment.exceptions with parameters of type TransferInsuficientBalanceExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<MessageHandler> RestExceptionHandler.handleTransferInsuficientBalance
(TransferInsuficientBalanceException ex) Handles TransferInsuficientBalanceException and returns a 422 UNPROCESSABLE ENTITY response.