|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.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
public class UriNotMatchingException
URI-parsing exception resulting in a 404 Not Found response.
| Field Summary | |
|---|---|
static MessageReference |
CONTAINERNOTFOUND
|
static MessageReference |
ENTITYNOTFOUND
|
static MessageReference |
MATCHPROBLEM
|
static MessageReference |
NOTFOUND
|
static MessageReference |
PROPERTYNOTFOUND
|
| 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 | |
|---|---|
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 |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final MessageReference MATCHPROBLEM
public static final MessageReference NOTFOUND
public static final MessageReference CONTAINERNOTFOUND
public static final MessageReference ENTITYNOTFOUND
public static final MessageReference PROPERTYNOTFOUND
| Constructor Detail |
|---|
public UriNotMatchingException(MessageReference messageReference)
public UriNotMatchingException(MessageReference messageReference,
Throwable cause)
public UriNotMatchingException(MessageReference messageReference,
String errorCode)
public UriNotMatchingException(MessageReference messageReference,
Throwable cause,
String errorCode)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||