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:
Serializable
public class PropertyNotFoundException
extends org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
Exception to throw when a property cannot be found on the current
EdmEntityType
Will result in HttpStatus 404- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyNotFoundException(String entityType, String propertyName, String integrationKey) Constructor to create PropertyNotFoundException -
Method Summary
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
getCode, getHttpStatus, getLocaleMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PropertyNotFoundException
Constructor to create PropertyNotFoundException- Parameters:
entityType- entity typepropertyName- the property name that was not foundintegrationKey- the integration key
-