Class CheckoutSubscriptionLockException

All Implemented Interfaces:
Serializable

public class CheckoutSubscriptionLockException extends CheckoutWorkflowActivityException
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 Details

    • CheckoutSubscriptionLockException

      public CheckoutSubscriptionLockException(String failureType, String failureMessage, CheckoutProcessDto checkoutProcessDto)