jdollars.core
Class AuthorizationDeclinedException

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

public class AuthorizationDeclinedException
extends CreditCardException

the authorization request was declined

See Also:
Serialized Form

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

AuthorizationDeclinedException

public AuthorizationDeclinedException(java.lang.String strMsg)