} catch (IllegalArgumentException e) {
AIllegalArgument iae = new AIllegalArgument();
iae.message = new Utf8(e.getMessage());
throw iae;
} catch (TableExistsException e) {
ATableExists tee = new ATableExists();
tee.message = new Utf8(e.getMessage());
throw tee;
} catch (MasterNotRunningException e) {
AMasterNotRunning mnre = new AMasterNotRunning();
mnre.message = new Utf8(e.getMessage());