jdollars.core
Class InsufficientFundsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jdollars.core.CreditCardException
                    |
                    +--jdollars.core.InsufficientFundsException
All Implemented Interfaces:
java.io.Serializable

public class InsufficientFundsException
extends CreditCardException

the credit card does not have sufficient funds for the transaction

See Also:
Serialized Form

Constructor Summary
InsufficientFundsException(java.lang.String strMsg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InsufficientFundsException

public InsufficientFundsException(java.lang.String strMsg)