Class WriteSkewException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WriteSkewException
    extends CacheException
    Thrown when a write skew is detected
    Since:
    5.1
    Author:
    Manik Surtani
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getKey()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WriteSkewException

        public WriteSkewException()
      • WriteSkewException

        public WriteSkewException​(java.lang.Throwable cause,
                                  java.lang.Object key)
      • WriteSkewException

        public WriteSkewException​(java.lang.String msg,
                                  java.lang.Object key)
      • WriteSkewException

        public WriteSkewException​(java.lang.String msg,
                                  java.lang.Throwable cause,
                                  java.lang.Object key)
    • Method Detail

      • getKey

        public final java.lang.Object getKey()