org.broadleafcommerce.common.vendor.service.exception
Class PaymentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.common.vendor.service.exception.PaymentException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PaymentHostException
public class PaymentException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
paymentResponse
protected PaymentResponse paymentResponse
PaymentException
public PaymentException()
PaymentException
public PaymentException(String message,
Throwable cause)
PaymentException
public PaymentException(String message)
PaymentException
public PaymentException(Throwable cause)
getPaymentResponse
public PaymentResponse getPaymentResponse()
setPaymentResponse
public void setPaymentResponse(PaymentResponse paymentResponse)
Copyright © 2012. All Rights Reserved.