Class ODataNotImplementedException
- 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.ODataNotImplementedException
-
- All Implemented Interfaces:
Serializable
public class ODataNotImplementedException extends ODataHttpException
Exceptions of this class will result in a HTTP status 501 (Not implemented).- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static MessageReferenceCOMMONstatic MessageReferenceTUNNELING-
Fields inherited from class org.apache.olingo.odata2.api.exception.ODataHttpException
httpStatus
-
Fields inherited from class org.apache.olingo.odata2.api.exception.ODataMessageException
errorCode, messageReference
-
-
Constructor Summary
Constructors Constructor Description ODataNotImplementedException()ODataNotImplementedException(MessageReference context)ODataNotImplementedException(MessageReference context, 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
-
COMMON
public static final MessageReference COMMON
-
TUNNELING
public static final MessageReference TUNNELING
-
-
Constructor Detail
-
ODataNotImplementedException
public ODataNotImplementedException(MessageReference context)
-
ODataNotImplementedException
public ODataNotImplementedException(MessageReference context, String errorCode)
-
ODataNotImplementedException
public ODataNotImplementedException()
-
-