From 121bc63dd0f326a5521250eeeabcbaa490f847f8 Mon Sep 17 00:00:00 2001 From: chenlw <874313221@qq.com> Date: Sat, 8 Oct 2016 17:13:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E6=B1=87=E6=80=BB-=E5=88=9B?= =?UTF-8?q?=E5=BB=BAoracle=E8=BF=9E=E6=8E=A5=E5=A4=B1=E8=B4=A5-=E5=B8=B8?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/base/Custom4exception.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/com/base/Custom4exception.java b/src/com/base/Custom4exception.java index 959a5f87..7958d80c 100644 --- a/src/com/base/Custom4exception.java +++ b/src/com/base/Custom4exception.java @@ -34,7 +34,10 @@ public class Custom4exception { /** * SQL执行错误 */ public final static String OracleSQL_Except = "3002001002"; + /** * 连接汇总-创建oracle连接失败 */ + public final static String connect_Oracle_Except = "3002001003"; + /** * MySQL错误 */ - public final static String MySQL_Except = "3002002003"; + public final static String MySQL_Except = "3002002001"; }