Class InventoryUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.core.inventory.service.InventoryUnavailableException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInventoryUnavailableException(Long skuId, Integer quantityRequested, Integer quantityAvailable) InventoryUnavailableException(String arg0, Long skuId, Integer quantityRequested, Integer quantityAvailable) InventoryUnavailableException(String msg, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionintintgetSkuId()voidsetQuantityAvailable(int quantityAvailable) voidsetQuantityRequested(int quantityRequested) voidMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
skuId
-
quantityRequested
-
quantityAvailable
-
-
Constructor Details
-
InventoryUnavailableException
-
InventoryUnavailableException
-
InventoryUnavailableException
-
InventoryUnavailableException
-
-
Method Details
-
getSkuId
-
setSkuId
-
getQuantityRequested
public int getQuantityRequested() -
setQuantityRequested
public void setQuantityRequested(int quantityRequested) -
getQuantityAvailable
public int getQuantityAvailable() -
setQuantityAvailable
public void setQuantityAvailable(int quantityAvailable)
-