Browse Source

--add jfwBaseException code:2,3,4;

zzy.zhiyuan.foxmail 8 years ago
parent
commit
0fbffd3ecc

+ 4 - 1
jfwUtil/src/main/java/org/jfw/util/exception/JfwBaseException.java

@ -73,7 +73,10 @@ public class JfwBaseException extends Exception {
73 73
	
74 74
	static{
75 75
		reasons.put(0,"UnDefine Exception");
76
		reasons.put(1, "No Logined");		
76
		reasons.put(1, "No Logined");
77
		reasons.put(2, "orgUser has exists");
78
		reasons.put(3, "orgUser has authentication");
79
		reasons.put(4, "orgUser is Auditing");
77 80
		reasons.put(10,"paramter null or empty");
78 81
		reasons.put(11,"paramter format error");
79 82
		reasons.put(90,"resource not exists");