public class NoSuchKeyException extends ConditionalTableUpdateException
KeyValueTable
update failed due to the key not existing.
This is different from BadKeyVersionException
.Constructor and Description |
---|
NoSuchKeyException(java.lang.String tableName)
Creates a new instance of the
NoSuchKeyException class. |
getTableName
public NoSuchKeyException(java.lang.String tableName)
NoSuchKeyException
class.tableName
- The name of the KeyValueTable
affected.