Class CheckoutSubscriptionLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.cartoperation.exception.CheckoutWorkflowActivityException
com.broadleafcommerce.cartoperation.exception.CheckoutSubscriptionLockException
- All Implemented Interfaces:
Serializable
Represents an exception occurring during checkout for a Subscription item when that subscription
cannot be locked. This should only occur during subscription modification flows, not during
creation.
- Since:
- Cart Operation Service 2.3.0, Release Train 2.3.0
- Author:
- Nathan Moore (nathandmoore)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCheckoutSubscriptionLockException(String failureType, String failureMessage, CheckoutProcessDto checkoutProcessDto) -
Method Summary
Methods inherited from class com.broadleafcommerce.cartoperation.exception.CheckoutWorkflowActivityException
getAdditionalInfo, getCart, getCheckoutProcessDto, getFailureType, getItemFailureMessages, getPaymentTransactionFailureDetailsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CheckoutSubscriptionLockException
public CheckoutSubscriptionLockException(String failureType, String failureMessage, CheckoutProcessDto checkoutProcessDto)
-