Class OperatorNotSupportedException
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.OperatorNotSupportedException
- All Implemented Interfaces:
Serializable
Throws this exception when the
BinaryOperator is not supported- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOperatorNotSupportedException(org.apache.olingo.odata2.api.uri.expression.BinaryOperator operator) Constructor to create OperatorNotSupportedException 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
-
OperatorNotSupportedException
public OperatorNotSupportedException(org.apache.olingo.odata2.api.uri.expression.BinaryOperator operator) Constructor to create OperatorNotSupportedException Exception.- Parameters:
operator-BinaryOperatorthat is not supported by this extension
-