Class InventoryUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.cartoperation.domain.InventoryUnavailableException
- All Implemented Interfaces:
Serializable
Exception to indicate that inventory was unavailable, typically after trying to reserve
inventory.
- Author:
- Kelly Tisdell
- See Also:
-
Constructor Summary
ConstructorDescriptionInventoryUnavailableException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Map<String, String> itemFailureMessages) InventoryUnavailableException
(String message, Throwable cause, Map<String, String> itemFailureMessages) InventoryUnavailableException
(String message, Map<String, String> itemFailureMessages) InventoryUnavailableException
(Throwable cause, Map<String, String> itemFailureMessages) InventoryUnavailableException
(Map<String, String> itemFailureMessages) -
Method Summary
Modifier and TypeMethodDescriptionLine item error messages to indicate which cart items were unavailable.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InventoryUnavailableException
-
InventoryUnavailableException
-
InventoryUnavailableException
-
InventoryUnavailableException
-
InventoryUnavailableException
-
-
Method Details
-
getItemFailureMessages
Line item error messages to indicate which cart items were unavailable. These are typically identified byCartItem
ids.- Returns:
- Line item error messages used to describe issues with individual fields, cart items, etc.
-