Self Check
- What is the purpose of the call super(message) in the second InsufficientFundsException constructor?
- Suppose you read bank account data from a file. Contrary to your expectation, the next input value is not of type double. You decide to implement a BadDataException. Which exception class should you extend?