Class DiscardUpdateException

  • All Implemented Interfaces:
    Serializable

    public class DiscardUpdateException
    extends org.infinispan.commons.CacheException
    For optimistic transactions, it signals the update from the remote site is not valid (old version or conflict resolution rejected it).
    Since:
    11.0
    Author:
    Pedro Ruivo
    See Also:
    Serialized Form
    • Constructor Detail

      • DiscardUpdateException

        public DiscardUpdateException​(String message,
                                      Throwable cause,
                                      boolean enableSuppression,
                                      boolean writableStackTrace)