From 513183f55ce80e41ef9705c5aadc2ff7d06a4208 Mon Sep 17 00:00:00 2001 From: Redkale <22250530@qq.com> Date: Fri, 11 May 2018 17:38:11 +0800 Subject: [PATCH] --- src/org/redkale/source/DataSources.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/redkale/source/DataSources.java b/src/org/redkale/source/DataSources.java index 999c2b033..ce06a6663 100644 --- a/src/org/redkale/source/DataSources.java +++ b/src/org/redkale/source/DataSources.java @@ -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) {