Class ConditionalTableUpdateException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTableName()  
      • 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

      • ConditionalTableUpdateException

        public ConditionalTableUpdateException​(java.lang.String tableName)
        Creates a new instance of the ConditionalTableUpdateException class.
        Parameters:
        tableName - The name of the KeyValueTable for which the update failed.
      • ConditionalTableUpdateException

        public ConditionalTableUpdateException​(java.lang.String tableName,
                                               java.lang.String message)
        Creates a new instance of the ConditionalTableUpdateException class.
        Parameters:
        tableName - The name of the KeyValueTable for which the update failed.
        message - Error message.
    • Method Detail

      • getTableName

        public java.lang.String getTableName()