Class InvalidIntegrationKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
de.hybris.platform.odata2services.odata.OData2ServicesException
de.hybris.platform.odata2services.odata.persistence.lookup.InvalidLookupDataException
de.hybris.platform.odata2services.odata.persistence.exception.InvalidIntegrationKeyException
- All Implemented Interfaces:
Serializable
An exception that occurs when the integrationKey value does not correspond with the integrationKey metadata definition.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidIntegrationKeyException(String entityType) Constructor to create InvalidIntegrationKeyExceptionInvalidIntegrationKeyException(String integrationKey, String entityType) Constructor to create InvalidIntegrationKeyException -
Method Summary
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
getCode, getHttpStatus, getLocaleMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidIntegrationKeyException
Constructor to create InvalidIntegrationKeyException- Parameters:
integrationKey- key valueentityType-EdmEntityTypename
-
InvalidIntegrationKeyException
Constructor to create InvalidIntegrationKeyException- Parameters:
entityType-EdmEntityTypename
-
-
Method Details
-
getEntityType
-