Class PaymentTransactionExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.paymenttransaction.exception.PaymentTransactionExecutionException
All Implemented Interfaces:
Serializable

public class PaymentTransactionExecutionException extends RuntimeException
Exception thrown if there was an unexpected issue while attempting to execute a transaction for a Payment.
Author:
Chris Kittrell (ckittrell)
See Also:
  • Constructor Details

    • PaymentTransactionExecutionException

      public PaymentTransactionExecutionException(String message, Throwable cause, String paymentId)
    • PaymentTransactionExecutionException

      public PaymentTransactionExecutionException(String message, String paymentId)
  • Method Details

    • getPaymentId

      public String getPaymentId()
      The id of the related Payment that was used for the transaction.
      Returns:
      The id of the related Payment that was used for the transaction.