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 org.infinispan.commons.CacheException
Thrown when a write skew is detected
Since:
5.1
Author:
Manik Surtani
See Also:
  • Constructor Details

    • WriteSkewException

      public WriteSkewException()
    • WriteSkewException

      public WriteSkewException(Throwable cause, Object key)
    • WriteSkewException

      public WriteSkewException(String msg, Object key)
    • WriteSkewException

      public WriteSkewException(String msg, Throwable cause, Object key)
  • Method Details

    • getKey

      public final Object getKey()