Uses of Class
de.hybris.platform.integrationservices.exception.IntegrationAttributeException
-
-
Uses of IntegrationAttributeException in de.hybris.platform.inboundservices.persistence
Subclasses of IntegrationAttributeException in de.hybris.platform.inboundservices.persistence Modifier and Type Class Description classCannotCreateReferencedItemException -
Uses of IntegrationAttributeException in de.hybris.platform.inboundservices.persistence.populator
Subclasses of IntegrationAttributeException in de.hybris.platform.inboundservices.persistence.populator Modifier and Type Class Description classAttributePersistenceExceptionA base class for all attribute value persistence related exceptions.classMissingRequiredAttributeValueExceptionAn exception indicating that a value cannot be null for the given attributeclassMissingRequiredMapKeyValueExceptionclassUnmodifiableAttributeExceptionIndicates an attempt to set a value of an unmodifiable attribute. -
Uses of IntegrationAttributeException in de.hybris.platform.integrationservices.exception
Subclasses of IntegrationAttributeException in de.hybris.platform.integrationservices.exception Modifier and Type Class Description classCircularKeyReferenceExceptionIndicates that an integration object item has a key defined so, that at least one of the key attribute references forms a loop.classIntegrationAttributeProcessingExceptionThis is a "root" super class for all exception indicating problem with attribute reading/writing for a specific item model.classInvalidAttributeValueExceptionAn exception indicating that a value is invalid for the given attributeclassInvalidIntegrationKeyDefinitionExceptionDeprecated, for removal: This API element is subject to removal in a future version.classLocalizedKeyAttributeExceptionIndicates a problem with Integration Object item definition, when one of its key attributes is also localized.classMissingKeyReferencedAttributeValueException -
Uses of IntegrationAttributeException in de.hybris.platform.integrationservices.virtualattributes
Subclasses of IntegrationAttributeException in de.hybris.platform.integrationservices.virtualattributes Modifier and Type Class Description classVirtualAttributeConfigurationExceptionIndicates a problem related to a virtual attribute configuration.classVirtualAttributeExecutionExceptionIndicates a problem with execution of the script used in a virtual attribute configuration. -
Uses of IntegrationAttributeException in de.hybris.platform.odata2services.odata
Methods in de.hybris.platform.odata2services.odata that return types with arguments of type IntegrationAttributeException Modifier and Type Method Description default java.lang.Class<IntegrationAttributeException>ExceptionTranslator. getExceptionClass()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.odata2services.odata with parameters of type IntegrationAttributeException Modifier and Type Method Description org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationExceptionExceptionTranslator. translate(IntegrationAttributeException e)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of IntegrationAttributeException in de.hybris.platform.odata2services.odata.errors
Methods in de.hybris.platform.odata2services.odata.errors that return types with arguments of type IntegrationAttributeException Modifier and Type Method Description java.lang.Class<IntegrationAttributeException>IntegrationAttributeExceptionContextPopulator. getExceptionClass() -
Uses of IntegrationAttributeException in de.hybris.platform.odata2services.odata.impl
Methods in de.hybris.platform.odata2services.odata.impl with parameters of type IntegrationAttributeException Modifier and Type Method Description org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationExceptionDefaultExceptionTranslator. translate(IntegrationAttributeException e)Deprecated, for removal: This API element is subject to removal in a future version.
-