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.LocalizedKeyAttributeException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionLocalizedKeyAttributeException(IntegrationObjectItemAttributeModel attributeModel) Deprecated, for removal: This API element is subject to removal in a future version.Instantiates this exception -
Method Summary
Methods inherited from class de.hybris.platform.integrationservices.exception.IntegrationAttributeException
getAttributeDescriptor, getAttributeName, getIntegrationItemCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LocalizedKeyAttributeException
@Deprecated(since="2205", forRemoval=true) public LocalizedKeyAttributeException(IntegrationObjectItemAttributeModel attributeModel) Deprecated, for removal: This API element is subject to removal in a future version.useLocalizedKeyAttributeException(TypeAttributeDescriptor)to avoid conversion of the model to descriptor.Constructor to create LocalizedKeyAttributeException- Parameters:
attributeModel- model of the invalid attribute definition
-
LocalizedKeyAttributeException
Instantiates this exception- Parameters:
attribute- descriptor for the localized key attribute
-
LocalizedKeyAttributeException(TypeAttributeDescriptor)to avoid conversion of the model to descriptor.