Package org.apache.olingo.odata2.api.uri
Class UriSyntaxException
- All Implemented Interfaces:
Serializable
Exception for violation of the OData URI construction rules,
resulting in a 400 Bad Request response.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferenceFields inherited from class org.apache.olingo.odata2.api.exception.ODataBadRequestException
AMBIGUOUS_XMETHOD, BODY, COMMON, INVALID_HEADER, INVALID_REQUEST, INVALID_SYNTAX, NOTSUPPORTED, PARSEVERSIONERROR, URLTOOSHORT, VERSIONERRORFields inherited from class org.apache.olingo.odata2.api.exception.ODataHttpException
httpStatusFields inherited from class org.apache.olingo.odata2.api.exception.ODataMessageException
errorCode, messageReference -
Constructor Summary
ConstructorsConstructorDescriptionUriSyntaxException(MessageReference MessageReference) UriSyntaxException(MessageReference MessageReference, String errorCode) UriSyntaxException(MessageReference messageReference, Throwable cause) UriSyntaxException(MessageReference messageReference, Throwable cause, String errorCode) -
Method Summary
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataHttpException
getHttpStatusMethods inherited from class org.apache.olingo.odata2.api.exception.ODataMessageException
createMessageReference, getErrorCode, getMessage, getMessageReferenceMethods inherited from class org.apache.olingo.odata2.api.exception.ODataException
getApplicationExceptionCause, getHttpExceptionCause, getMessageExceptionCause, isCausedByApplicationException, isCausedByHttpException, isCausedByMessageExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
URISYNTAX
-
ENTITYSETINSTEADOFENTITY
-
NOTEXT
-
NOMEDIARESOURCE
-
NONAVIGATIONPROPERTY
-
MISSINGPARAMETER
-
MISSINGKEYPREDICATENAME
-
DUPLICATEKEYNAMES
-
DUPLICATESYSTEMQUERYPARAMETES
-
EMPTYSEGMENT
-
MUSTNOTBELASTSEGMENT
-
MUSTBELASTSEGMENT
-
INVALIDSEGMENT
-
INVALIDVALUE
-
INVALIDNULLVALUE
-
INVALIDNEGATIVEVALUE
-
INVALIDRETURNTYPE
-
INVALIDPROPERTYTYPE
-
INVALIDKEYPREDICATE
-
INVALIDSYSTEMQUERYOPTION
-
INVALIDFILTEREXPRESSION
-
INVALIDORDERBYEXPRESSION
-
LITERALFORMAT
-
UNKNOWNLITERAL
-
INCOMPATIBLELITERAL
-
INCOMPATIBLESYSTEMQUERYOPTION
-
-
Constructor Details
-
UriSyntaxException
-
UriSyntaxException
-
UriSyntaxException
-
UriSyntaxException
-