Class OdataRequestProcessingException

    • Constructor Summary

      Constructors 
      Constructor Description
      OdataRequestProcessingException​(java.lang.String message, org.apache.olingo.odata2.api.commons.HttpStatusCodes statusCode, java.lang.Throwable cause)
      Constructor to create OdataRequestProcessingException
    • Method Summary

      • Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException

        getCode, getHttpStatus, getLocale
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OdataRequestProcessingException

        public OdataRequestProcessingException​(java.lang.String message,
                                               org.apache.olingo.odata2.api.commons.HttpStatusCodes statusCode,
                                               java.lang.Throwable cause)
        Constructor to create OdataRequestProcessingException
        Parameters:
        message - error message
        statusCode - response status code
        cause - exception that was thrown