FileDocCategorySizeDatePackage
InsufficientFundsException.javaAPI DocExample1512Thu Dec 15 21:46:18 GMT 2005com.oreilly.jent.rmi

InsufficientFundsException

public class InsufficientFundsException extends Exception
An exception indicating that the account funds did not support a particular Account operation.

Fields Summary
Constructors Summary
public InsufficientFundsException(String msg)

    super(msg);
  
public InsufficientFundsException()

    super();
  
Methods Summary