Class IntegrationKeyNestedFilteringNotSupportedException

All Implemented Interfaces:
Serializable

public class IntegrationKeyNestedFilteringNotSupportedException extends FilterNotSupportedException
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 Details

    • IntegrationKeyNestedFilteringNotSupportedException

      public IntegrationKeyNestedFilteringNotSupportedException()
      Constructor to create IntegrationKeyNestedFilteringNotSupported Exception