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

public class NonExportableIntegrationObjectNoRootItemException extends RuntimeException
An exception that occurs when the exportable integration object does not have a root item.
See Also:
  • Constructor Details

    • NonExportableIntegrationObjectNoRootItemException

      public NonExportableIntegrationObjectNoRootItemException(String integrationObjectCode)
      Instantiates a non exportable integration object for missing the root item exception
      Parameters:
      integrationObjectCode - specifies the integration object code
  • Method Details

    • getIntegrationObjectCode

      public String getIntegrationObjectCode()