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:
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
-
-
Constructor Summary
Constructors Constructor Description IntegrationObjectItemNotFoundException(java.lang.String obj, java.lang.String item)Instantiates this exception
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIntegrationItemType()java.lang.StringgetIntegrationObjectCode()-
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
getCode, getHttpStatus, getLocale
-
-