Package org.apache.olingo.odata2.api.uri
Class UriNotMatchingException
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.ODataNotFoundException
org.apache.olingo.odata2.api.uri.UriNotMatchingException
- All Implemented Interfaces:
Serializable
URI-parsing exception resulting in a 404 Not Found response.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferencestatic final MessageReferenceFields inherited from class org.apache.olingo.odata2.api.exception.ODataNotFoundException
ENTITY, MATRIXFields inherited from class org.apache.olingo.odata2.api.exception.ODataHttpException
COMMON, httpStatusFields inherited from class org.apache.olingo.odata2.api.exception.ODataMessageException
errorCode, messageReference -
Constructor Summary
ConstructorsConstructorDescriptionUriNotMatchingException(MessageReference messageReference) UriNotMatchingException(MessageReference messageReference, String errorCode) UriNotMatchingException(MessageReference messageReference, Throwable cause) UriNotMatchingException(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
-
MATCHPROBLEM
-
NOTFOUND
-
CONTAINERNOTFOUND
-
ENTITYNOTFOUND
-
PROPERTYNOTFOUND
-
-
Constructor Details
-
UriNotMatchingException
-
UriNotMatchingException
-
UriNotMatchingException
-
UriNotMatchingException
public UriNotMatchingException(MessageReference messageReference, Throwable cause, String errorCode)
-