Class ConcurrentChangeException

  • All Implemented Interfaces:
    java.io.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
      • Methods inherited from class java.lang.Object

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

      • ConcurrentChangeException

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