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
An exception that occurs when the integration object is not supported to be exported.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNonExportableIntegrationObjectException(String integrationObjectCode) Instantiates a non exportable integration object 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
-
NonExportableIntegrationObjectException
Instantiates a non exportable integration object exception.- Parameters:
integrationObjectCode- specifies the integration object code
-
-
Method Details
-
getIntegrationObjectCode
-