Package org.infinispan.transaction
Class WriteSkewException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.commons.CacheException
org.infinispan.transaction.WriteSkewException
- All Implemented Interfaces:
Serializable
Thrown when a write skew is detected
- Since:
- 5.1
- Author:
- Manik Surtani
- See Also:
-
Constructor Summary
ConstructorDescriptionWriteSkewException
(String msg, Object key) WriteSkewException
(String msg, Throwable cause, Object key) WriteSkewException
(Throwable cause, Object key) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WriteSkewException
public WriteSkewException() -
WriteSkewException
-
WriteSkewException
-
WriteSkewException
-
-
Method Details
-
getKey
-