Class InvalidIntegrationKeyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidIntegrationKeyException
    extends InvalidLookupDataException
    An exception that occurs when the integrationKey value does not correspond with the integrationKey metadata definition.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidIntegrationKeyException​(java.lang.String entityType)
      Constructor to create InvalidIntegrationKeyException
      InvalidIntegrationKeyException​(java.lang.String integrationKey, java.lang.String entityType)
      Constructor to create InvalidIntegrationKeyException
    • Method Summary

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

      • InvalidIntegrationKeyException

        public InvalidIntegrationKeyException​(java.lang.String integrationKey,
                                              java.lang.String entityType)
        Constructor to create InvalidIntegrationKeyException
        Parameters:
        integrationKey - key value
        entityType - EdmEntityType name
      • InvalidIntegrationKeyException

        public InvalidIntegrationKeyException​(java.lang.String entityType)
        Constructor to create InvalidIntegrationKeyException
        Parameters:
        entityType - EdmEntityType name
    • Method Detail

      • getEntityType

        public java.lang.String getEntityType()