Uses of Class
de.hybris.platform.catalog.RecoverableSynchronizationPersistenceException
-
Packages that use RecoverableSynchronizationPersistenceException Package Description de.hybris.platform.catalog de.hybris.platform.catalog.jalo.synchronization -
-
Uses of RecoverableSynchronizationPersistenceException in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog that throw RecoverableSynchronizationPersistenceException Modifier and Type Method Description voidSynchronizationPersistenceAdapter. remove(ENTITY entity)Removes a given entity -
Uses of RecoverableSynchronizationPersistenceException in de.hybris.platform.catalog.jalo.synchronization
Methods in de.hybris.platform.catalog.jalo.synchronization that throw RecoverableSynchronizationPersistenceException Modifier and Type Method Description voidCatalogVersionSyncCopyContext. delete(Item original)Delegates delete toSynchronizationPersistenceAdapter.remove(Object)Throws two kind of exceptions SynchronizationPersistenceException - which is unrecoverable and it is propagated to upper layer RecoverableSynchronizationPersistenceException - which can be temporary issue and after rerun can vanish
-