org.broadleafcommerce.core.payment.service.exception
Class PaymentProcessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.core.payment.service.exception.PaymentException
org.broadleafcommerce.core.payment.service.exception.PaymentProcessorException
- All Implemented Interfaces:
- Serializable
public class PaymentProcessorException
- extends PaymentException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
paymentResponseItem
protected PaymentResponseItem paymentResponseItem
PaymentProcessorException
public PaymentProcessorException(PaymentResponseItem paymentResponseItem)
PaymentProcessorException
public PaymentProcessorException(String message,
Throwable cause,
PaymentResponseItem paymentResponseItem)
PaymentProcessorException
public PaymentProcessorException(String message,
PaymentResponseItem paymentResponseItem)
PaymentProcessorException
public PaymentProcessorException(Throwable cause,
PaymentResponseItem paymentResponseItem)
getPaymentResponseItem
public PaymentResponseItem getPaymentResponseItem()
Copyright © 2013. All Rights Reserved.