Class 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:
    ScatteredDistributionInterceptor, Serialized Form
    • Constructor Detail

      • ConcurrentChangeException

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