org.apache.olingo.odata2.api.uri
Class UriSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.olingo.odata2.api.exception.ODataException
org.apache.olingo.odata2.api.exception.ODataMessageException
org.apache.olingo.odata2.api.exception.ODataHttpException
org.apache.olingo.odata2.api.exception.ODataBadRequestException
org.apache.olingo.odata2.api.uri.UriSyntaxException
- All Implemented Interfaces:
- Serializable
public class UriSyntaxException
- extends ODataBadRequestException
Exception for violation of the OData URI construction rules,
resulting in a 400 Bad Request response.
- See Also:
- Serialized Form
URISYNTAX
public static final MessageReference URISYNTAX
ENTITYSETINSTEADOFENTITY
public static final MessageReference ENTITYSETINSTEADOFENTITY
NOTEXT
public static final MessageReference NOTEXT
NOMEDIARESOURCE
public static final MessageReference NOMEDIARESOURCE
NONAVIGATIONPROPERTY
public static final MessageReference NONAVIGATIONPROPERTY
MISSINGPARAMETER
public static final MessageReference MISSINGPARAMETER
MISSINGKEYPREDICATENAME
public static final MessageReference MISSINGKEYPREDICATENAME
DUPLICATEKEYNAMES
public static final MessageReference DUPLICATEKEYNAMES
DUPLICATESYSTEMQUERYPARAMETES
public static final MessageReference DUPLICATESYSTEMQUERYPARAMETES
EMPTYSEGMENT
public static final MessageReference EMPTYSEGMENT
MUSTNOTBELASTSEGMENT
public static final MessageReference MUSTNOTBELASTSEGMENT
MUSTBELASTSEGMENT
public static final MessageReference MUSTBELASTSEGMENT
INVALIDSEGMENT
public static final MessageReference INVALIDSEGMENT
INVALIDVALUE
public static final MessageReference INVALIDVALUE
INVALIDNULLVALUE
public static final MessageReference INVALIDNULLVALUE
INVALIDNEGATIVEVALUE
public static final MessageReference INVALIDNEGATIVEVALUE
INVALIDRETURNTYPE
public static final MessageReference INVALIDRETURNTYPE
INVALIDPROPERTYTYPE
public static final MessageReference INVALIDPROPERTYTYPE
INVALIDKEYPREDICATE
public static final MessageReference INVALIDKEYPREDICATE
INVALIDSYSTEMQUERYOPTION
public static final MessageReference INVALIDSYSTEMQUERYOPTION
INVALIDFILTEREXPRESSION
public static final MessageReference INVALIDFILTEREXPRESSION
INVALIDORDERBYEXPRESSION
public static final MessageReference INVALIDORDERBYEXPRESSION
LITERALFORMAT
public static final MessageReference LITERALFORMAT
UNKNOWNLITERAL
public static final MessageReference UNKNOWNLITERAL
INCOMPATIBLELITERAL
public static final MessageReference INCOMPATIBLELITERAL
INCOMPATIBLESYSTEMQUERYOPTION
public static final MessageReference INCOMPATIBLESYSTEMQUERYOPTION
UriSyntaxException
public UriSyntaxException(MessageReference MessageReference)
UriSyntaxException
public UriSyntaxException(MessageReference messageReference,
Throwable cause)
UriSyntaxException
public UriSyntaxException(MessageReference MessageReference,
String errorCode)
UriSyntaxException
public UriSyntaxException(MessageReference messageReference,
Throwable cause,
String errorCode)
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.