Class PropertyNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
-
- de.hybris.platform.odata2services.odata.persistence.exception.PropertyNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class PropertyNotFoundException extends org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationExceptionException to throw when a property cannot be found on the currentEdmEntityTypeWill result in HttpStatus 404- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyNotFoundException(java.lang.String entityType, java.lang.String propertyName, java.lang.String integrationKey)Constructor to create PropertyNotFoundException
-
Method Summary
-
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
getCode, getHttpStatus, getLocale
-
-
-
-
Constructor Detail
-
PropertyNotFoundException
public PropertyNotFoundException(java.lang.String entityType, java.lang.String propertyName, java.lang.String integrationKey)Constructor to create PropertyNotFoundException- Parameters:
entityType- entity typepropertyName- the property name that was not foundintegrationKey- the integration key
-
-