Commit 7941b165 authored by vvengurlekar's avatar vvengurlekar

modified error string by calling new function getMessage

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@184314 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3c5a0215
......@@ -15275,7 +15275,7 @@ public String nfCheckPeriod(String modCode, java.util.Date tranDate , String sit
try
{
errString = "";
errString = "DS00"+se.getErrorCode()+"\t"+se.getMessage()+traceInfo;
errString = "DS000"+se.getErrorCode()+"\t"+se.getMessage()+traceInfo;
System.out.println("errString: "+errString);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment