Class ODataForbiddenException
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.ODataForbiddenException
- All Implemented Interfaces:
Serializable
Exceptions of this class will result in a HTTP status 403 forbidden
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.olingo.odata2.api.exception.ODataHttpException
httpStatusFields inherited from class org.apache.olingo.odata2.api.exception.ODataMessageException
errorCode, messageReference -
Constructor Summary
ConstructorsConstructorDescriptionODataForbiddenException(MessageReference context) ODataForbiddenException(MessageReference context, String errorCode) ODataForbiddenException(MessageReference context, Throwable cause) ODataForbiddenException(MessageReference context, 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
-
COMMON
-
-
Constructor Details
-
ODataForbiddenException
-
ODataForbiddenException
-
ODataForbiddenException
-
ODataForbiddenException
-