Class PaymentCaptureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.orderoperation.service.payment.exception.PaymentCaptureException
- All Implemented Interfaces:
Serializable
Exception thrown if there was an issue while attempting to capture the order's
PaymentSummary
.- See Also:
-
Constructor Summary
ConstructorDescriptionPaymentCaptureException
(String message, com.broadleafcommerce.order.client.domain.Order order) PaymentCaptureException
(String message, Throwable cause, com.broadleafcommerce.order.client.domain.Order order) PaymentCaptureException
(Throwable cause, com.broadleafcommerce.order.client.domain.Order order) -
Method Summary
Modifier and TypeMethodDescriptioncom.broadleafcommerce.order.client.domain.Order
getOrder()
The order whose payment is being processed.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details
-
getOrder
public com.broadleafcommerce.order.client.domain.Order getOrder()The order whose payment is being processed.- Returns:
- The order whose payment is being processed.
-