Class NestedFilterNotSupportedException
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.filter.NestedFilterNotSupportedException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionConstructor to create NestedFilterNotSupportedException -
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
-
NestedFilterNotSupportedException
Constructor to create NestedFilterNotSupportedException- Parameters:
filter- invalid filter expression
-