Class NonExportableIntegrationObjectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.odata2services.export.impl.NonExportableIntegrationObjectException
All Implemented Interfaces:
Serializable

public class NonExportableIntegrationObjectException extends RuntimeException
An exception that occurs when the integration object is not supported to be exported.
See Also:
  • Constructor Details

    • NonExportableIntegrationObjectException

      public NonExportableIntegrationObjectException(String integrationObjectCode)
      Instantiates a non exportable integration object exception.
      Parameters:
      integrationObjectCode - specifies the integration object code
  • Method Details

    • getIntegrationObjectCode

      public String getIntegrationObjectCode()