Class InvalidNavigationPropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
-
- de.hybris.platform.odata2services.odata.OData2ServicesException
-
- de.hybris.platform.odata2services.odata.InvalidDataException
-
- de.hybris.platform.odata2services.odata.InvalidNavigationPropertyException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NestedAbstractItemTypeCannotBeCreatedException,UniqueCollectionNotAllowedException
public class InvalidNavigationPropertyException extends InvalidDataException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidNavigationPropertyException(java.lang.String message, TypeAttributeDescriptor descriptor)InvalidNavigationPropertyException(java.lang.String entityType, java.lang.String propertyName)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPropertyName()-
Methods inherited from class de.hybris.platform.odata2services.odata.InvalidDataException
getEntityType
-
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
getCode, getHttpStatus, getLocale
-
-
-
-
Constructor Detail
-
InvalidNavigationPropertyException
@Deprecated(since="1905.08-CEP", forRemoval=true) public InvalidNavigationPropertyException(java.lang.String entityType, java.lang.String propertyName)Deprecated, for removal: This API element is subject to removal in a future version.
-
InvalidNavigationPropertyException
public InvalidNavigationPropertyException(java.lang.String message, TypeAttributeDescriptor descriptor)
-
-