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 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 Summary
Constructors Constructor Description ConcurrentChangeException()
Throwing this exception is cheaper because it does not fill in the stack trace.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-