Class NestedFilterNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
All Implemented Interfaces:
Serializable

public class NestedFilterNotSupportedException extends InvalidLookupDataException
Throw this exception if filtering by more than one level of nesting (e.g. catalogVersion/catalog/id eq 'Default') Will result in HttpStatus 400
See Also:
  • Constructor Details

    • NestedFilterNotSupportedException

      public NestedFilterNotSupportedException(String filter)
      Constructor to create NestedFilterNotSupportedException
      Parameters:
      filter - invalid filter expression