Ver Código Fonte

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

zzy.zhiyuan.foxmail 8 anos atrás
pai
commit
0fbffd3ecc

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

73
	
73
	
74
	static{
74
	static{
75
		reasons.put(0,"UnDefine Exception");
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
		reasons.put(10,"paramter null or empty");
80
		reasons.put(10,"paramter null or empty");
78
		reasons.put(11,"paramter format error");
81
		reasons.put(11,"paramter format error");
79
		reasons.put(90,"resource not exists");
82
		reasons.put(90,"resource not exists");