Add a new constraint to a table.
@param tableName the name of the table
@param constraintClassName the full name of the constraint class
@return the unique number assigned to the constraint
@throws AccumuloException thrown if the constraint has already been added to the table or if there are errors in the configuration of existing constraints
@throws AccumuloSecurityException thrown if the user doesn't have permission to add the constraint
@since 1.5.0
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.