Class ProcessConcurrentlyModifiedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.processing.distributed.ProcessConcurrentlyModifiedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProcessConcurrentlyModifiedException extends java.lang.RuntimeExceptionException thrown byDistributedProcessServicewhen process was modified by other thread. If this exception is thrown the operation should be retried.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessConcurrentlyModifiedException(java.lang.Throwable cause)
-