Class ItemNotFoundForKeyReferencedItemPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.integrationservices.search.ItemNotFoundForKeyReferencedItemPropertyException
- All Implemented Interfaces:
Serializable
Exception indicating that an item referenced in the payload property does not exist in the persistent storage.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionItemNotFoundForKeyReferencedItemPropertyException(TypeDescriptor itemType, 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(String type, String property) Constructor to create ItemNotFoundForKeyReferencedItemPropertyException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ItemNotFoundForKeyReferencedItemPropertyException
public ItemNotFoundForKeyReferencedItemPropertyException(TypeDescriptor itemType, 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
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
-
-
Method Details
-
getPropertyName
-
getEntityTypeName
-