Class ItemNotFoundForKeyNavigationPropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.integrationservices.search.ItemNotFoundForKeyReferencedItemPropertyException
-
- de.hybris.platform.odata2services.odata.persistence.lookup.ItemNotFoundForKeyNavigationPropertyException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(since="1905.2002-CEP", forRemoval=true) public class ItemNotFoundForKeyNavigationPropertyException extends ItemNotFoundForKeyReferencedItemPropertyExceptionDeprecated, for removal: This API element is subject to removal in a future version.Exception for cases when a navigation property does not exist in the DB during lookup.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemNotFoundForKeyNavigationPropertyException(java.lang.String entityTypeName, java.lang.String propertyName)Deprecated, for removal: This API element is subject to removal in a future version.Constructor to create ItemNotFoundForKeyNavigationPropertyException
-
Method Summary
-
Methods inherited from class de.hybris.platform.integrationservices.search.ItemNotFoundForKeyReferencedItemPropertyException
getEntityTypeName, getPropertyName
-
-
-
-
Constructor Detail
-
ItemNotFoundForKeyNavigationPropertyException
public ItemNotFoundForKeyNavigationPropertyException(java.lang.String entityTypeName, java.lang.String propertyName)Deprecated, for removal: This API element is subject to removal in a future version.Constructor to create ItemNotFoundForKeyNavigationPropertyException- Parameters:
entityTypeName-EdmEntityTypenamepropertyName- the name of the
-
-