Class CategoryAttributeNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.skava.core.ECommerceException
com.skava.merchandise.exception.CategoryAttributeNotFoundException
All Implemented Interfaces:
Serializable

public class CategoryAttributeNotFoundException extends com.skava.core.ECommerceException
This class is used to throw an defined exception when the given category attribute is not found.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • CategoryAttributeNotFoundException

      public CategoryAttributeNotFoundException(String id)

      CategoryNotFoundException

      This method is used for handling the category not found exception exception.

      Parameters:
      id - This parameter refers to the category id.