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
public class UriNotMatchingException extends ODataNotFoundException
URI-parsing exception resulting in a 404 Not Found response.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static MessageReferenceCONTAINERNOTFOUNDstatic MessageReferenceENTITYNOTFOUNDstatic MessageReferenceMATCHPROBLEMstatic MessageReferenceNOTFOUNDstatic MessageReferencePROPERTYNOTFOUND-
Fields inherited from class org.apache.olingo.odata2.api.exception.ODataNotFoundException
ENTITY, MATRIX
-
Fields inherited from class org.apache.olingo.odata2.api.exception.ODataHttpException
COMMON, httpStatus
-
Fields inherited from class org.apache.olingo.odata2.api.exception.ODataMessageException
errorCode, messageReference
-
-
Constructor Summary
Constructors Constructor Description UriNotMatchingException(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
getHttpStatus
-
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataMessageException
createMessageReference, getErrorCode, getMessage, getMessageReference
-
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataException
getApplicationExceptionCause, getHttpExceptionCause, getMessageExceptionCause, isCausedByApplicationException, isCausedByHttpException, isCausedByMessageException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
MATCHPROBLEM
public static final MessageReference MATCHPROBLEM
-
NOTFOUND
public static final MessageReference NOTFOUND
-
CONTAINERNOTFOUND
public static final MessageReference CONTAINERNOTFOUND
-
ENTITYNOTFOUND
public static final MessageReference ENTITYNOTFOUND
-
PROPERTYNOTFOUND
public static final MessageReference PROPERTYNOTFOUND
-
-
Constructor Detail
-
UriNotMatchingException
public UriNotMatchingException(MessageReference messageReference)
-
UriNotMatchingException
public UriNotMatchingException(MessageReference messageReference, Throwable cause)
-
UriNotMatchingException
public UriNotMatchingException(MessageReference messageReference, String errorCode)
-
UriNotMatchingException
public UriNotMatchingException(MessageReference messageReference, Throwable cause, String errorCode)
-
-