Class CreditAccountInsufficientBalanceException

  • All Implemented Interfaces:
    Serializable

    public class CreditAccountInsufficientBalanceException
    extends RuntimeException
    Exception is thrown when the credit account has insufficient balance.
    Author:
    Dima Myroniuk (dmyroniuk)
    See Also:
    Serialized Form
    • Constructor Detail

      • CreditAccountInsufficientBalanceException

        public CreditAccountInsufficientBalanceException​(String message)