jdollars.core
Class CallException

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

public class CallException
extends CreditCardException

"Call" indicates that you must call the payment processor to proceed with the transaction

See Also:
Serialized Form

Constructor Summary
CallException(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

CallException

public CallException(java.lang.String strMsg)