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:
Serializable
Thrown when the query parameters in the OData Request are not valid and they cannot be parsed into
an entity type.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor to create IncorrectQueryParametersException -
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
-
IncorrectQueryParametersException
public IncorrectQueryParametersException()Constructor to create IncorrectQueryParametersException
-