Class LocalizedKeyAttributeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.integrationservices.exception.IntegrationAttributeException
-
- de.hybris.platform.integrationservices.exception.InvalidIntegrationKeyDefinitionException
-
- de.hybris.platform.integrationservices.exception.LocalizedKeyAttributeException
-
- All Implemented Interfaces:
java.io.Serializable
public class LocalizedKeyAttributeException extends InvalidIntegrationKeyDefinitionException
Indicates a problem with Integration Object item definition, when one of its key attributes is also localized. Localized attributes cannot be declared as unique for an item.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocalizedKeyAttributeException(IntegrationObjectItemAttributeModel attributeModel)Constructor to create InvalidIntegrationKeyDefinitionException
-
Method Summary
-
Methods inherited from class de.hybris.platform.integrationservices.exception.IntegrationAttributeException
getAttributeDescriptor, getAttributeName, getIntegrationItemCode
-
-
-
-
Constructor Detail
-
LocalizedKeyAttributeException
public LocalizedKeyAttributeException(IntegrationObjectItemAttributeModel attributeModel)
Constructor to create InvalidIntegrationKeyDefinitionException- Parameters:
attributeModel- model of the invalid attribute definition
-
-