}
final String layoutId = tableLayout.getDesc().getLayoutId();
if (layoutIDs.contains(layoutId)) {
throw new InvalidLayoutException(tableLayout,
String.format("Layout ID '%s' already exists", layoutId));
}
// Construct the Put request to write the layout to the HTable.
final byte[] tableNameBytes = Bytes.toBytes(tableName);