Class ItemNotFoundForKeyNavigationPropertyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ItemNotFoundForKeyNavigationPropertyException
    extends java.lang.RuntimeException
    Exception for cases when a navigation property does not exist in the DB during lookup.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ItemNotFoundForKeyNavigationPropertyException​(java.lang.String entityTypeName, java.lang.String propertyName)
      Constructor to create ItemNotFoundForKeyNavigationPropertyException
    • Method Summary

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

      • ItemNotFoundForKeyNavigationPropertyException

        public ItemNotFoundForKeyNavigationPropertyException​(java.lang.String entityTypeName,
                                                             java.lang.String propertyName)
        Constructor to create ItemNotFoundForKeyNavigationPropertyException
        Parameters:
        entityTypeName - EdmEntityType name
        propertyName - the name of the
    • Method Detail

      • getPropertyName

        public java.lang.String getPropertyName()
      • getEntityTypeName

        public java.lang.String getEntityTypeName()