Class ItemNotFoundForKeyReferencedItemPropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.integrationservices.search.ItemNotFoundForKeyReferencedItemPropertyException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ItemNotFoundForKeyNavigationPropertyException
public class ItemNotFoundForKeyReferencedItemPropertyException extends java.lang.RuntimeExceptionException indicating that an item referenced in the payload property does not exist in the persistent storage.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemNotFoundForKeyReferencedItemPropertyException(TypeDescriptor itemType, java.lang.String propertyName)Instantiates this exception with the provided item type and reference property name in that type, which cannot resolve to an item existing in the persistent storage.ItemNotFoundForKeyReferencedItemPropertyException(java.lang.String type, java.lang.String property)Constructor to create ItemNotFoundForKeyReferencedItemPropertyException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEntityTypeName()java.lang.StringgetPropertyName()
-
-
-
Constructor Detail
-
ItemNotFoundForKeyReferencedItemPropertyException
public ItemNotFoundForKeyReferencedItemPropertyException(TypeDescriptor itemType, java.lang.String propertyName)
Instantiates this exception with the provided item type and reference property name in that type, which cannot resolve to an item existing in the persistent storage.- Parameters:
itemType- type of the item containing a missing referenced itempropertyName- name of the property referencing an item that is not found in the persistent storage
-
ItemNotFoundForKeyReferencedItemPropertyException
public ItemNotFoundForKeyReferencedItemPropertyException(java.lang.String type, java.lang.String property)Constructor to create ItemNotFoundForKeyReferencedItemPropertyException- Parameters:
type- code of the item type in the integration object that references a missing itemproperty- name of the property referencing an item that is not found in the persistent storage
-
-