throw new ExternalDatabaseException(err);
}
}
private void handleMissingLinkKeys(CROM parent, CROM child) throws ExternalDatabaseException {
throw new ExternalDatabaseException("Jitterbit could not find the link keys between the parent table \"" +
parent.getName() + "\" and the child table \"" + child.getName() + "\". " +
"Please edit the transformation, and make sure that the link keys are defined. " +
"Then re-deploy the transformation and try to read this database source again.");
}