Rename a table
@param oldTableName the old table name
@param newTableName the new table name
@throws AccumuloException if a general error occurs
@throws AccumuloSecurityException if the user does not have permission
@throws TableNotFoundException if the old table name does not exist
@throws TableExistsException if the new table name already exists
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.