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
An exception that indicates that integration object item not found in the system.
Will result in HttpStatus 400
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIntegrationObjectItemNotFoundException(String obj, String item) Instantiates this exception -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
getCode, getHttpStatus, getLocaleMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IntegrationObjectItemNotFoundException
Instantiates this exception- Parameters:
obj- code of the requested integration objectitem- code of the request integration object item
-
-
Method Details
-
getIntegrationObjectCode
-
getIntegrationItemType
-