Package com.skava.cart.exceptions
Class DuplicateCollectionPropKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.skava.core.ECommerceException
com.skava.cart.exceptions.DuplicateCollectionPropKeyException
- All Implemented Interfaces:
Serializable
public class DuplicateCollectionPropKeyException
extends com.skava.core.ECommerceException
Class to handle an exception key is duplicate.
- Since:
- 8.0
- Version:
- 8.0
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields inherited from class com.skava.core.ECommerceException
ERR_INVALID_PARAMETERS, ERR_NONE, ERR_UNKNOWN
-
Constructor Summary
ConstructorsConstructorDescriptionDuplicateCollectionPropKeyException
(String responseCode) This method is used to throw Collection Attribute already exists exception. -
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
-
DuplicateCollectionPropKeyException
This method is used to throw Collection Attribute already exists exception.- Parameters:
responseCode
- Response code
-