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
public class WriteSkewException extends CacheException
Thrown when a write skew is detected- Since:
- 5.1
- Author:
- Manik Surtani
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WriteSkewException()
WriteSkewException(String msg, Object key)
WriteSkewException(String msg, Throwable cause, Object key)
WriteSkewException(Throwable cause, Object key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getKey()
-
-
-
Method Detail
-
getKey
public final Object getKey()
-
-