Class OrderByIntegrationKeyNotSupportedException
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.filter.OrderByIntegrationKeyNotSupportedException
- All Implemented Interfaces:
Serializable
Throws this exception when the
OrderByExpression contains integrationKey as an order by attribute.
Will result in HttpStatus 400- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for unsupported order by integrationKey exception -
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
-
OrderByIntegrationKeyNotSupportedException
public OrderByIntegrationKeyNotSupportedException()Constructor for unsupported order by integrationKey exception
-