com.retek.component.payment.integration.creditcard
Class CreditCardProcessingFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.retek.component.payment.integration.creditcard.CreditCardProcessingException
com.retek.component.payment.integration.creditcard.CreditCardProcessingFailedException
- All Implemented Interfaces:
- java.io.Serializable
- public class CreditCardProcessingFailedException
- extends CreditCardProcessingException
The third-party credit card system is down, unavailable, or otherwise unable to handle
the request. This exception does not mean that the third-party system declined
a credit card -- that is a successful authorization, with a response status
of "declined".
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CreditCardProcessingFailedException
public CreditCardProcessingFailedException(java.lang.String message)
CreditCardProcessingFailedException
public CreditCardProcessingFailedException(java.lang.String message,
java.lang.Exception cause)
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25