Class InventoryUnavailableApiError
- java.lang.Object
 - 
- com.broadleafcommerce.common.error.ApiError
 - 
- com.broadleafcommerce.inventory.web.exception.InventoryUnavailableApiError
 
 
 
- 
public class InventoryUnavailableApiError extends com.broadleafcommerce.common.error.ApiError- Author:
 - Kelly Tisdell (ktisdell)
 
 
- 
- 
Constructor Summary
Constructors Constructor Description InventoryUnavailableApiError(InventoryUnavailableException e)InventoryUnavailableApiError(String title) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Set<SkuRef>getSkuReferences()inthashCode()StringtoString()- 
Methods inherited from class com.broadleafcommerce.common.error.ApiError
addError, getException, getGlobalErrors, getStatus, getStatusCode, getTimestamp, getTitle, getType, setException, setTimestamp, toResponseEntity, withException, withGlobalErrors, withStatus, withStatusCode, withTimestamp, withTitle, withType 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
InventoryUnavailableApiError
public InventoryUnavailableApiError(String title)
 
- 
InventoryUnavailableApiError
public InventoryUnavailableApiError(InventoryUnavailableException e)
 
 - 
 
 -