Class CartAwaitingPaymentResultsMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.cartoperation.exception.CheckoutException
com.broadleafcommerce.cartoperation.exception.CartAwaitingPaymentResultsMessageException
- All Implemented Interfaces:
Serializable
Thrown when an issue is encountered while sending a cart awaiting payment results message to
notify external & internal listeners that a cart's checkout completion is waiting for transaction
results
- Author:
- Chris Kittrell (ckittrell)
- See Also:
-
Constructor Summary
ConstructorDescriptionCartAwaitingPaymentResultsMessageException
(String message, Throwable cause, CheckoutProcessDto processDto) -
Method Summary
Methods inherited from class com.broadleafcommerce.cartoperation.exception.CheckoutException
getAdditionalInfo, getCart, getCheckoutProcessDto, getFailureType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CartAwaitingPaymentResultsMessageException
public CartAwaitingPaymentResultsMessageException(String message, Throwable cause, CheckoutProcessDto processDto)
-