Commit 0af5132d authored by vvengurlekar's avatar vvengurlekar

FinCommon.java- make getErrorMessage method public


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@184318 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 207c420e
...@@ -15221,7 +15221,7 @@ public String nfCheckPeriod(String modCode, java.util.Date tranDate , String sit ...@@ -15221,7 +15221,7 @@ public String nfCheckPeriod(String modCode, java.util.Date tranDate , String sit
} }
//Added by Varsha V for showing description message on 27-04-18 //Added by Varsha V for showing description message on 27-04-18
private String getErrorMessage(String messageValue,String message ,String errorId) throws RemoteException,ITMException public String getErrorMessage(String messageValue,String message ,String errorId) throws RemoteException,ITMException
{ {
System.out.println("getErrorMessage.........."); System.out.println("getErrorMessage..........");
String errString = ""; String errString = "";
...@@ -15260,7 +15260,7 @@ public String nfCheckPeriod(String modCode, java.util.Date tranDate , String sit ...@@ -15260,7 +15260,7 @@ public String nfCheckPeriod(String modCode, java.util.Date tranDate , String sit
//Ended by Varsha V for showing description message on 27-04-18 //Ended by Varsha V for showing description message on 27-04-18
//Added by Varsha V for showing description message on 30-04-18 //Added by Varsha V for showing description message on 30-04-18
private String getErrorMessage(SQLException se ,String traceInfo) throws RemoteException,ITMException public String getErrorMessage(SQLException se ,String traceInfo) throws RemoteException,ITMException
{ {
System.out.println("getErrorMessage.........."); System.out.println("getErrorMessage..........");
String errString = ""; String 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