Class PropertyNotFoundException

  • All Implemented Interfaces:
    java.io.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:
    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
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PropertyNotFoundException

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