Uses of Class
org.apache.olingo.odata2.api.exception.ODataHttpException
Packages that use ODataHttpException
Package
Description
Exception Classes used in the OData library as well as the implementing application
URI Parser Facade
Expression Parser
-
Uses of ODataHttpException in org.apache.olingo.odata2.api.exception
Subclasses of ODataHttpException in org.apache.olingo.odata2.api.exceptionModifier and TypeClassDescriptionclassExceptions of this class will result in a HTTP status 400 bad requestclassExceptions of this class will result in a HTTP status 409 ConflictclassExceptions of this class will result in a HTTP status 403 forbiddenclassclassExceptions of this class will result in a HTTP status 405 (method not allowed).classExceptions of this class will result in a HTTP status 406 not acceptableclassExceptions of this class will result in a HTTP status 404 not foundclassExceptions of this class will result in a HTTP status 501 (Not implemented).classExceptions of this class will result in a HTTP Status 412 Precondition Failed.classExceptions of this class will result in a HTTP status 428 precondition requiredclassExceptions of this class will result in a HTTP status 503 service unavailableclassExceptions of this class will result in a HTTP status 415 unsupported media typeMethods in org.apache.olingo.odata2.api.exception that return ODataHttpExceptionModifier and TypeMethodDescriptionODataException.getHttpExceptionCause()Search for and return first (from top)ODataHttpExceptionin the cause hierarchy. -
Uses of ODataHttpException in org.apache.olingo.odata2.api.uri
Subclasses of ODataHttpException in org.apache.olingo.odata2.api.uriModifier and TypeClassDescriptionclassURI-parsing exception resulting in a 404 Not Found response.classException for violation of the OData URI construction rules, resulting in a 400 Bad Request response. -
Uses of ODataHttpException in org.apache.olingo.odata2.api.uri.expression
Subclasses of ODataHttpException in org.apache.olingo.odata2.api.uri.expressionModifier and TypeClassDescriptionclassException thrown while parsing a filter or orderby expression -
Uses of ODataHttpException in org.apache.olingo.odata2.core.uri.expression
Subclasses of ODataHttpException in org.apache.olingo.odata2.core.uri.expressionModifier and TypeClassDescriptionclassThis class is used to create exceptions of type FilterParserException.