This commit is contained in:
Redkale
2018-05-11 17:38:11 +08:00
parent b23434e3bb
commit 513183f55c

View File

@@ -117,7 +117,7 @@ public final class DataSources {
return (DataSource) d.newInstance(unitName, persistxml, readprop, writeprop);
}
}
throw new IOException("DataSource impl class (" + impl + ") have no Constructor by (Properties prop) or (String name, Properties prop) or (String name, Properties readprop, Propertieswriteprop)");
throw new IOException("DataSource impl class (" + impl + ") have no Constructor by (Properties prop) or (String name, Properties prop) or (String name, Properties readprop, Propertieswriteprop) or (String name, URL persistxml, Properties readprop, Propertieswriteprop)");
} catch (IOException ex) {
throw ex;
} catch (Exception e) {