Commit 519a246a authored by smanohar's avatar smanohar

Exception thrown from itemchanged method

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@213890 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cbe83491
...@@ -10427,6 +10427,7 @@ public class POrderIC extends ValidatorEJB implements POrderICRemote, ...@@ -10427,6 +10427,7 @@ public class POrderIC extends ValidatorEJB implements POrderICRemote,
} catch (Exception e) { } catch (Exception e) {
System.out.println("POrderIC Exception ::" + e.getMessage()); System.out.println("POrderIC Exception ::" + e.getMessage());
e.printStackTrace(); e.printStackTrace();
throw new ITMException(e);
} finally { } finally {
try { try {
if (rs != null) { if (rs != null) {
......
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