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:
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 InvalidIntegrationKeyExceptionInvalidIntegrationKeyException(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.StringgetEntityType()-
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
getCode, getHttpStatus, getLocale
-
-
-
-
Constructor Detail
-
InvalidIntegrationKeyException
public InvalidIntegrationKeyException(java.lang.String integrationKey, java.lang.String entityType)Constructor to create InvalidIntegrationKeyException- Parameters:
integrationKey- key valueentityType-EdmEntityTypename
-
InvalidIntegrationKeyException
public InvalidIntegrationKeyException(java.lang.String entityType)
Constructor to create InvalidIntegrationKeyException- Parameters:
entityType-EdmEntityTypename
-
-