Package com.skava.merchandise.exception
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:
-
Field Summary
Fields inherited from class com.skava.core.ECommerceException
ERR_INVALID_PARAMETERS, ERR_NONE, ERR_UNKNOWN
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.skava.core.ECommerceException
getErrorCode, getErrorMessage, getHttpStatusCode, getParameters
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CategoryAttributeNotFoundException
CategoryNotFoundException
This method is used for handling the category not found exception exception.
- Parameters:
id
- This parameter refers to the category id.
-