Class IntegrationObjectAndItemMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.integrationservices.service.IntegrationObjectAndItemMismatchException
-
- All Implemented Interfaces:
java.io.Serializable
public class IntegrationObjectAndItemMismatchException extends java.lang.RuntimeExceptionIndicates that a data item does not match the specified integration object model. This happens for example, when the data item needs to be converted to or from the integration object payload.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntegrationObjectAndItemMismatchException(ItemModel item, IntegrationObjectDescriptor io)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemModelgetDataItem()IntegrationObjectDescriptorgetIntegrationObject()
-
-
-
Constructor Detail
-
IntegrationObjectAndItemMismatchException
public IntegrationObjectAndItemMismatchException(ItemModel item, IntegrationObjectDescriptor io)
-
-
Method Detail
-
getDataItem
public ItemModel getDataItem()
-
getIntegrationObject
public IntegrationObjectDescriptor getIntegrationObject()
-
-