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 Details

    • PropertyNotFoundException

      public PropertyNotFoundException(String entityType, String propertyName, String integrationKey)
      Constructor to create PropertyNotFoundException
      Parameters:
      entityType - entity type
      propertyName - the property name that was not found
      integrationKey - the integration key