this.incrementCounter("exceptions");
throw e;
} catch(RuntimeException e) {
LOG.fatal("create_table got a runtime exception: " + e.getMessage());
MetaStoreUtils.printStackTrace(e);
throw new MetaException("create_table had an internal Java RuntimeException: " + e.getMessage());
}
}