Commit 893f7d83 authored by mchauhan's avatar mchauhan

Added ITM Exception

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204653 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 82d4a748
...@@ -550,7 +550,6 @@ public class SaleContractRelease extends ProcessEJB implements SaleContractRelea ...@@ -550,7 +550,6 @@ public class SaleContractRelease extends ProcessEJB implements SaleContractRelea
System.out.println("Exception :SaleContractReleaseEJB :process(String xmlString, String xmlString2, String windowName, String xtraParams):" + e.getMessage() + ":"); System.out.println("Exception :SaleContractReleaseEJB :process(String xmlString, String xmlString2, String windowName, String xtraParams):" + e.getMessage() + ":");
e.printStackTrace(); e.printStackTrace();
writeLog(filePtr,e,true); writeLog(filePtr,e,true);
throw new ITMException(e); throw new ITMException(e);
} }
return retStr; return retStr;
...@@ -1739,6 +1738,7 @@ public class SaleContractRelease extends ProcessEJB implements SaleContractRelea ...@@ -1739,6 +1738,7 @@ public class SaleContractRelease extends ProcessEJB implements SaleContractRelea
System.out.println("Exception ::" +sql+ ex.getMessage() + ":"); System.out.println("Exception ::" +sql+ ex.getMessage() + ":");
writeLog(filePtr,ex,true); writeLog(filePtr,ex,true);
ex.printStackTrace(); ex.printStackTrace();
throw new ITMException(ex); //Added By Mukesh Chauhan on 05/08/19
} }
catch (Exception e) catch (Exception e)
{ {
......
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