Class CheckAndSetException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CheckAndSetException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<byte[]> getActualValues()  
      byte[] getExpectedValue()  
      Cell 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

      • CheckAndSetException

        public CheckAndSetException​(java.lang.String msg,
                                    java.lang.Throwable ex)
      • CheckAndSetException

        public CheckAndSetException​(java.lang.String msg)
      • CheckAndSetException

        public CheckAndSetException​(java.lang.String msg,
                                    java.lang.Throwable ex,
                                    Cell key,
                                    byte[] expectedValue,
                                    java.util.List<byte[]> actualValues)
      • CheckAndSetException

        public CheckAndSetException​(java.lang.String msg,
                                    Cell key,
                                    byte[] expectedValue,
                                    java.util.List<byte[]> actualValues)
      • CheckAndSetException

        public CheckAndSetException​(Cell key,
                                    TableReference table,
                                    byte[] expected,
                                    java.util.List<byte[]> actual)
    • Method Detail

      • getKey

        public Cell getKey()
      • getExpectedValue

        public byte[] getExpectedValue()
      • getActualValues

        public java.util.List<byte[]> getActualValues()