public class PaymentException extends BroadleafException
| Modifier and Type | Field and Description |
|---|---|
protected PaymentResponse |
paymentResponse |
| Constructor and Description |
|---|
PaymentException() |
PaymentException(String message) |
PaymentException(String message,
Throwable cause) |
PaymentException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
PaymentResponse |
getPaymentResponse() |
void |
setPaymentResponse(PaymentResponse paymentResponse) |
getRootCause, getRootCauseMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected PaymentResponse paymentResponse
public PaymentException()
public PaymentException(String message)
public PaymentException(Throwable cause)
public PaymentResponse getPaymentResponse()
public void setPaymentResponse(PaymentResponse paymentResponse)
Copyright © 2015. All Rights Reserved.