Class ItemNotFoundForKeyNavigationPropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.odata2services.odata.persistence.lookup.ItemNotFoundForKeyNavigationPropertyException
-
- All Implemented Interfaces:
java.io.Serializable
public class ItemNotFoundForKeyNavigationPropertyException extends java.lang.RuntimeExceptionException 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)Constructor to create ItemNotFoundForKeyNavigationPropertyException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEntityTypeName()java.lang.StringgetPropertyName()
-
-
-
Constructor Detail
-
ItemNotFoundForKeyNavigationPropertyException
public ItemNotFoundForKeyNavigationPropertyException(java.lang.String entityTypeName, java.lang.String propertyName)Constructor to create ItemNotFoundForKeyNavigationPropertyException- Parameters:
entityTypeName-EdmEntityTypenamepropertyName- the name of the
-
-