InsufficientFundsExceptionpublic class InsufficientFundsException extends Exception An exception indicating that the account funds did not support
a particular Account operation. |
Constructors Summary |
---|
public InsufficientFundsException(String msg)
super(msg);
| public InsufficientFundsException()
super();
|
|