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
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPaymentProcessorException(String message, Throwable cause, PaymentResponseItem paymentResponseItem) PaymentProcessorException(String message, PaymentResponseItem paymentResponseItem) PaymentProcessorException(Throwable cause, PaymentResponseItem paymentResponseItem) PaymentProcessorException(PaymentResponseItem paymentResponseItem) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
paymentResponseItem
-
-
Constructor Details
-
PaymentProcessorException
-
PaymentProcessorException
public PaymentProcessorException(String message, Throwable cause, PaymentResponseItem paymentResponseItem) -
PaymentProcessorException
-
PaymentProcessorException
-
-
Method Details
-
getPaymentResponseItem
-