Class ProcessConcurrentlyModifiedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.processing.distributed.ProcessConcurrentlyModifiedException
All Implemented Interfaces:
Serializable

public class ProcessConcurrentlyModifiedException extends RuntimeException
Exception thrown by DistributedProcessService when process was modified by other thread. If this exception is thrown the operation should be retried.
See Also:
  • Constructor Details

    • ProcessConcurrentlyModifiedException

      public ProcessConcurrentlyModifiedException(Throwable cause)