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 Summary
ConstructorsConstructorDescriptionThrowing 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
-
Constructor Details
-
ConcurrentChangeException
public ConcurrentChangeException()Throwing this exception is cheaper because it does not fill in the stack trace.
-