Commit 76c25823 authored by mmhatre's avatar mmhatre

added ITM Exception

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204611 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2810a1ec
...@@ -1003,6 +1003,7 @@ public class AssetSales extends ValidatorEJB implements AssetSalesLocal,AssetSal ...@@ -1003,6 +1003,7 @@ public class AssetSales extends ValidatorEJB implements AssetSalesLocal,AssetSal
catch(Exception e) catch(Exception e)
{ {
System.out.println("Exception : [AssetSales][itemChanged(String,String)] :==>\n"+e.getMessage()); System.out.println("Exception : [AssetSales][itemChanged(String,String)] :==>\n"+e.getMessage());
throw new ITMException(e); //added by manish mhatre on 02-aug-2019
} }
return valueXmlString; return valueXmlString;
} }
......
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