Class IncorrectQueryParametersException
- 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.IncorrectQueryParametersException
-
- All Implemented Interfaces:
java.io.Serializable
public class IncorrectQueryParametersException extends OData2ServicesException
Thrown when the query parameters in the OData Request are not valid and they cannot be parsed into an entity type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncorrectQueryParametersException()Constructor to create IncorrectQueryParametersException
-
Method Summary
-
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
getCode, getHttpStatus, getLocale
-
-