Class MultiCheckAndSetException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MultiCheckAndSetException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MultiCheckAndSetException​(com.palantir.logsafe.Arg<java.lang.String> tableReference, byte[] rowName, java.util.Map<Cell,​byte[]> expectedValue, java.util.Map<Cell,​byte[]> actualValues)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<Cell,​byte[]> getActualValues()  
      java.util.Map<Cell,​byte[]> getExpectedValues()  
      byte[] getRowName()  
      • 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

      • MultiCheckAndSetException

        public MultiCheckAndSetException​(com.palantir.logsafe.Arg<java.lang.String> tableReference,
                                         byte[] rowName,
                                         java.util.Map<Cell,​byte[]> expectedValue,
                                         java.util.Map<Cell,​byte[]> actualValues)
    • Method Detail

      • getRowName

        public byte[] getRowName()
      • getExpectedValues

        public java.util.Map<Cell,​byte[]> getExpectedValues()
      • getActualValues

        public java.util.Map<Cell,​byte[]> getActualValues()