Class CartFinalizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.broadleafcommerce.cartoperation.exception.CheckoutException
-
- com.broadleafcommerce.cartoperation.exception.CartFinalizationException
-
- All Implemented Interfaces:
Serializable
public class CartFinalizationException extends CheckoutException
Thrown when an issue is encountered during the finalization of aCart
following a successful checkout- Author:
- Chris Kittrell (ckittrell)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CartFinalizationException(String failureType, String message, Throwable cause, com.broadleafcommerce.cart.client.domain.Cart cart)
-
Method Summary
-
Methods inherited from class com.broadleafcommerce.cartoperation.exception.CheckoutException
getAdditionalInfo, getCart, getFailureType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-