Package org.infinispan.xsite.irac
Class DiscardUpdateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.commons.CacheException
-
- org.infinispan.xsite.irac.DiscardUpdateException
-
- All Implemented Interfaces:
Serializable
public class DiscardUpdateException extends org.infinispan.commons.CacheExceptionFor 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 Summary
Constructors Constructor Description DiscardUpdateException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DiscardUpdateExceptiongetInstance()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getInstance
public static DiscardUpdateException getInstance()
-
-