Class IntegrationObjectItemNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IntegrationObjectItemNotFoundException
    extends OData2ServicesException
    An exception that indicates that integration object item not found in the system. Will result in HttpStatus 400
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIntegrationItemType()  
      java.lang.String getIntegrationObjectCode()  
      • 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

      • IntegrationObjectItemNotFoundException

        public IntegrationObjectItemNotFoundException​(java.lang.String obj,
                                                      java.lang.String item)
        Instantiates this exception
        Parameters:
        obj - code of the requested integration object
        item - code of the request integration object item
    • Method Detail

      • getIntegrationObjectCode

        public java.lang.String getIntegrationObjectCode()
      • getIntegrationItemType

        public java.lang.String getIntegrationItemType()