1   // joi/7/bank/NegativeAmountException.java
2   //
3   //
4   // Copyright 2003 Bill Campbell and Ethan Bolker
5   
6   /**
7    * Thrown when attempting to work with a negative amount.
8    *
9    * @version 7
10   */
11  
12  public class NegativeAmountException extends Exception 
13  {
14  }
15