Class InvalidIntegrationKeyDefinitionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.integrationservices.exception.IntegrationAttributeException
-
- de.hybris.platform.integrationservices.exception.InvalidIntegrationKeyDefinitionException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
LocalizedKeyAttributeException
@Deprecated(since="1905.07-CEP", forRemoval=true) public class InvalidIntegrationKeyDefinitionException extends IntegrationAttributeExceptionDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidIntegrationKeyDefinitionException(IntegrationObjectItemAttributeModel attributeModel)Deprecated, for removal: This API element is subject to removal in a future version.Constructor to create InvalidIntegrationKeyDefinitionException
-
Method Summary
-
Methods inherited from class de.hybris.platform.integrationservices.exception.IntegrationAttributeException
getAttributeDescriptor, getAttributeName, getIntegrationItemCode
-
-
-
-
Constructor Detail
-
InvalidIntegrationKeyDefinitionException
public InvalidIntegrationKeyDefinitionException(IntegrationObjectItemAttributeModel attributeModel)
Deprecated, for removal: This API element is subject to removal in a future version.Constructor to create InvalidIntegrationKeyDefinitionException- Parameters:
attributeModel- model of the invalid attribute definition
-
-