Class MissingPropertyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
All Implemented Interfaces:
Serializable

public class MissingPropertyException extends MissingDataException
Exception to thrown when a required property does not already exist. Will result in HttpStatus 400
See Also:
  • Constructor Details

    • MissingPropertyException

      public MissingPropertyException(String entityType, String propertyName)
      Constructor to create MissingPropertyException
      Parameters:
      entityType - entity type
      propertyName - the name of the property