Class NonExportableIntegrationObjectNoRootItemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.odata2services.export.impl.NonExportableIntegrationObjectNoRootItemException
- All Implemented Interfaces:
Serializable
An exception that occurs when the exportable integration object does not have a root item.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNonExportableIntegrationObjectNoRootItemException(String integrationObjectCode) Instantiates a non exportable integration object for missing the root item exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NonExportableIntegrationObjectNoRootItemException
Instantiates a non exportable integration object for missing the root item exception- Parameters:
integrationObjectCode- specifies the integration object code
-
-
Method Details
-
getIntegrationObjectCode
-