Class NonExportableIntegrationObjectNoRootItemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.odata2services.export.impl.NonExportableIntegrationObjectNoRootItemException
-
- All Implemented Interfaces:
java.io.Serializable
public class NonExportableIntegrationObjectNoRootItemException extends java.lang.RuntimeExceptionAn exception that occurs when the exportable integration object does not have a root item.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonExportableIntegrationObjectNoRootItemException(java.lang.String integrationObjectCode)Instantiates a non exportable integration object for missing the root item exception
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIntegrationObjectCode()
-
-
-
Constructor Detail
-
NonExportableIntegrationObjectNoRootItemException
public NonExportableIntegrationObjectNoRootItemException(java.lang.String integrationObjectCode)
Instantiates a non exportable integration object for missing the root item exception- Parameters:
integrationObjectCode- specifies the integration object code
-
-