Class ProcessConcurrentlyModifiedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProcessConcurrentlyModifiedException
    extends java.lang.RuntimeException
    Exception thrown by DistributedProcessService when process was modified by other thread. If this exception is thrown the operation should be retried.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProcessConcurrentlyModifiedException

        public ProcessConcurrentlyModifiedException​(java.lang.Throwable cause)