Commit 6e021a29 authored by ssalve's avatar ssalve

Sarita: Done changes to throw exception in pickRate method on 16 OCT 2018

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@192012 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e63d28b2
......@@ -1301,6 +1301,9 @@ public class DistCommon {
System.out
.println("Exception...[pickRate] " + sql + e.getMessage());
e.printStackTrace();
//Added by sarita to throw Exception [START]
throw new ITMException(e);
//Added by sarita to throw Exception [END]
}
if (type.trim().equals("L")) {
......
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