Class CatalogItemNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.cartoperation.exception.CatalogItemNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when a catalog item cannot be found for a product id and/or sku.
- Author:
- Chris Kittrell (ckittrell)
- See Also:
-
Constructor Summary
ConstructorDescriptionCatalogItemNotFoundException
(String productId, String variantId) CatalogItemNotFoundException
(String sku, String productId, String variantId) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
CatalogItemNotFoundException
-
CatalogItemNotFoundException
-
CatalogItemNotFoundException
-
-
Method Details
-
getSku
The sku of the catalog item that could not be found.- Returns:
- The sku of the catalog item that could not be found.
-
getProductId
The product id of the catalog item that could not be found.- Returns:
- The product id of the catalog item that could not be found.
-
getVariantId
The variant id of the catalog item that could not be found.- Returns:
- The variant id of the catalog item that could not be found.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-