java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.orderoperation.service.payment.exception.PaymentCaptureException
All Implemented Interfaces:
Serializable

public class PaymentCaptureException extends RuntimeException
Exception thrown if there was an issue while attempting to capture the order's PaymentSummary.
See Also:
  • Constructor Details

    • PaymentCaptureException

      public PaymentCaptureException(String message, com.broadleafcommerce.order.client.domain.Order order)
    • PaymentCaptureException

      public PaymentCaptureException(Throwable cause, com.broadleafcommerce.order.client.domain.Order order)
    • PaymentCaptureException

      public PaymentCaptureException(String message, Throwable cause, com.broadleafcommerce.order.client.domain.Order order)
  • 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.