public class OutOfStockException extends SphereException
| Constructor and Description |
|---|
OutOfStockException(java.lang.Iterable<java.lang.String> lineItemIds) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getLineItemIds()
Ids of the line items that are out of stock.
|