public class PaymentException extends BroadleafException
| Modifier and Type | Field and Description |
|---|---|
protected PaymentResponse |
paymentResponse |
| Constructor and Description |
|---|
PaymentException() |
PaymentException(java.lang.String message) |
PaymentException(java.lang.String message,
java.lang.Throwable cause) |
PaymentException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
PaymentResponse |
getPaymentResponse() |
void |
setPaymentResponse(PaymentResponse paymentResponse) |
getRootCause, getRootCauseMessageprotected PaymentResponse paymentResponse
public PaymentException()
public PaymentException(java.lang.String message,
java.lang.Throwable cause)
public PaymentException(java.lang.String message)
public PaymentException(java.lang.Throwable cause)
public PaymentResponse getPaymentResponse()
public void setPaymentResponse(PaymentResponse paymentResponse)
Copyright © 2018. All Rights Reserved.