Class MissingDataException

    • Constructor Summary

      Constructors 
      Constructor Description
      MissingDataException​(java.lang.String message, java.lang.String errorCode, java.lang.String propertyName, java.lang.String entityType)
      Constructor to create MissingDataException
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEntityType()  
      java.lang.String getPropertyName()  
      • 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

      • MissingDataException

        public MissingDataException​(java.lang.String message,
                                    java.lang.String errorCode,
                                    java.lang.String propertyName,
                                    java.lang.String entityType)
        Constructor to create MissingDataException
        Parameters:
        message - error message
        errorCode - error code
        propertyName - name of the property or navigationProperty
        entityType - EdmEntityType name
    • Method Detail

      • getEntityType

        public java.lang.String getEntityType()
      • getPropertyName

        public java.lang.String getPropertyName()