Commit 0e888534 authored by mmhatre's avatar mmhatre

added ITM Exception

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204613 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 248d100f
......@@ -147,7 +147,7 @@ public class AssetSalesPostSave extends ValidatorEJB implements AssetSalesPostS
{
System.out.println("Exception.. "+e.getMessage());
e.printStackTrace();
errString=e.getMessage();
//errString=e.getMessage(); //commented by manish mhatre on 02-aug-2019
throw new ITMException(e);
}
finally
......
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