Class IntegrationObjectItemNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
de.hybris.platform.odata2services.odata.OData2ServicesException
de.hybris.platform.odata2services.converter.IntegrationObjectItemNotFoundException
All Implemented Interfaces:
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:
  • Constructor Details

    • IntegrationObjectItemNotFoundException

      public IntegrationObjectItemNotFoundException(String obj, String item)
      Instantiates this exception
      Parameters:
      obj - code of the requested integration object
      item - code of the request integration object item
  • Method Details

    • getIntegrationObjectCode

      public String getIntegrationObjectCode()
    • getIntegrationItemType

      public String getIntegrationItemType()