Class IntegrationKeyNestedFilteringNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.integrationservices.search.ItemSearchException
de.hybris.platform.integrationservices.search.FilterNotSupportedException
de.hybris.platform.odata2services.filter.IntegrationKeyNestedFilteringNotSupportedException
- All Implemented Interfaces:
Serializable
Throw this exception if nested attribute: someObject/IntegrationKey filter is used with logical operators other than 'eq'.
The integration key is the unique identifier of an item. It is used to locate a particular item.
Therefore, only the eq operator is applicable to the integration key.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor to create IntegrationKeyNestedFilteringNotSupported Exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IntegrationKeyNestedFilteringNotSupportedException
public IntegrationKeyNestedFilteringNotSupportedException()Constructor to create IntegrationKeyNestedFilteringNotSupported Exception
-