Class ConcurrentChangeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.commons.CacheException
org.infinispan.interceptors.distribution.ConcurrentChangeException
All Implemented Interfaces:
Serializable

public class ConcurrentChangeException extends org.infinispan.commons.CacheException
Thrown when the version of entry has changed between loading the entry to the context and committing new value.
Author:
Radim Vansa <rvansa@redhat.com>
See Also:
  • Constructor Details

    • ConcurrentChangeException

      public ConcurrentChangeException()
      Throwing this exception is cheaper because it does not fill in the stack trace.