|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ODataHttpException | |
|---|---|
| org.apache.olingo.odata2.api.exception | Exception Classes used in the OData library as well as the implementing application |
| org.apache.olingo.odata2.api.uri | URI Parser Facade |
| org.apache.olingo.odata2.api.uri.expression | Expression Parser |
| Uses of ODataHttpException in org.apache.olingo.odata2.api.exception |
|---|
| Subclasses of ODataHttpException in org.apache.olingo.odata2.api.exception | |
|---|---|
class |
ODataBadRequestException
Exceptions of this class will result in a HTTP status 400 bad request |
class |
ODataConflictException
Exceptions of this class will result in a HTTP status 409 Conflict |
class |
ODataForbiddenException
Exceptions of this class will result in a HTTP status 403 forbidden |
class |
ODataInternalServerErrorException
|
class |
ODataMethodNotAllowedException
Exceptions of this class will result in a HTTP status 405 (method not allowed). |
class |
ODataNotAcceptableException
Exceptions of this class will result in a HTTP status 406 not acceptable |
class |
ODataNotFoundException
Exceptions of this class will result in a HTTP status 404 not found |
class |
ODataNotImplementedException
Exceptions of this class will result in a HTTP status 501 (Not implemented). |
class |
ODataPreconditionFailedException
Exceptions of this class will result in a HTTP Status 412 Precondition Failed. |
class |
ODataPreconditionRequiredException
Exceptions of this class will result in a HTTP status 428 precondition required |
class |
ODataServiceUnavailableException
Exceptions of this class will result in a HTTP status 503 service unavailable |
class |
ODataUnsupportedMediaTypeException
Exceptions of this class will result in a HTTP status 415 unsupported media type |
| Methods in org.apache.olingo.odata2.api.exception that return ODataHttpException | |
|---|---|
ODataHttpException |
ODataException.getHttpExceptionCause()
Search for and return first (from top) ODataHttpException in the cause hierarchy. |
| Uses of ODataHttpException in org.apache.olingo.odata2.api.uri |
|---|
| Subclasses of ODataHttpException in org.apache.olingo.odata2.api.uri | |
|---|---|
class |
UriNotMatchingException
URI-parsing exception resulting in a 404 Not Found response. |
class |
UriSyntaxException
Exception 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.expression | |
|---|---|
class |
ExpressionParserException
Exception thrown while parsing a filter or orderby expression |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||