Commit 076ed24d authored by mchauhan's avatar mchauhan

Added ITM Exception

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204548 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0aef182a
...@@ -1296,6 +1296,7 @@ public class AdjIssueIC extends ValidatorEJB implements AdjIssueICLocal, AdjIssu ...@@ -1296,6 +1296,7 @@ public class AdjIssueIC extends ValidatorEJB implements AdjIssueICLocal, AdjIssu
catch(Exception d) catch(Exception d)
{ {
d.printStackTrace(); d.printStackTrace();
throw new ITMException(d); //Added By Mukesh Chauhan on 02/08/19
} }
} }
return valueXmlString.toString(); return valueXmlString.toString();
...@@ -1619,7 +1620,6 @@ public class AdjIssueIC extends ValidatorEJB implements AdjIssueICLocal, AdjIssu ...@@ -1619,7 +1620,6 @@ public class AdjIssueIC extends ValidatorEJB implements AdjIssueICLocal, AdjIssu
} catch (Exception e) { } catch (Exception e) {
System.out.println("Exception :Conversion Qty ::" + e.getMessage() System.out.println("Exception :Conversion Qty ::" + e.getMessage()
+ ":"); + ":");
} }
if (roundTo == 1) { if (roundTo == 1) {
newQty = getRequiredDecimals(newQty, 0); newQty = getRequiredDecimals(newQty, 0);
......
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