Class ItemNotFoundForKeyReferencedItemPropertyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.integrationservices.search.ItemNotFoundForKeyReferencedItemPropertyException
All Implemented Interfaces:
Serializable

public class ItemNotFoundForKeyReferencedItemPropertyException extends RuntimeException
Exception indicating that an item referenced in the payload property does not exist in the persistent storage.
See Also:
  • 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 item
      propertyName - name of the property referencing an item that is not found in the persistent storage
    • ItemNotFoundForKeyReferencedItemPropertyException

      public ItemNotFoundForKeyReferencedItemPropertyException(String type, String property)
      Constructor to create ItemNotFoundForKeyReferencedItemPropertyException
      Parameters:
      type - code of the item type in the integration object that references a missing item
      property - name of the property referencing an item that is not found in the persistent storage
  • Method Details

    • getPropertyName

      public String getPropertyName()
    • getEntityTypeName

      public String getEntityTypeName()