Class NegativeAmountException

All Implemented Interfaces:
Serializable

public class NegativeAmountException extends AccountOperationException
Exception for negative amounts.
See Also:
  • Constructor Details

    • NegativeAmountException

      public NegativeAmountException(int number, double amount)
      Parameters:
      number - the account number
      amount - the invalid amount