Class PaymentTransactionExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.paymenttransaction.exception.PaymentTransactionExecutionException
- All Implemented Interfaces:
Serializable
Exception thrown if there was an unexpected issue while attempting to execute a transaction for a
Payment
.- Author:
- Chris Kittrell (ckittrell)
- See Also:
-
Constructor Summary
ConstructorDescriptionPaymentTransactionExecutionException
(String message, String paymentId) PaymentTransactionExecutionException
(String message, Throwable cause, String paymentId) -
Method Summary
Modifier and TypeMethodDescriptionThe id of the relatedPayment
that was used for the transaction.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString