Class TransferInsuficientBalanceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bank.payment.exceptions.TransferInsuficientBalanceException
All Implemented Interfaces:
Serializable

public class TransferInsuficientBalanceException extends RuntimeException
Exception thrown when there is insufficient balance to complete a transfer. This exception extends RuntimeException and provides a default error message indicating insufficient balance.
Since:
1.0.0
Version:
1.0.0, 06/26/2025
Author:
Fernando Cruz Cavina
See Also:
  • Constructor Details

    • TransferInsuficientBalanceException

      public TransferInsuficientBalanceException()