Commit cf8daafe authored by mchauhan's avatar mchauhan

Added ITM Exception

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204576 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9eb2f20b
...@@ -187,7 +187,7 @@ public class AutoAllocOrdrSch implements Schedule ...@@ -187,7 +187,7 @@ public class AutoAllocOrdrSch implements Schedule
} }
} }
private String intializingLog(String fileName) private String intializingLog(String fileName) throws ITMException
{ {
String log="intializingLog_Failed"; String log="intializingLog_Failed";
String currTime = null; String currTime = null;
...@@ -215,6 +215,7 @@ public class AutoAllocOrdrSch implements Schedule ...@@ -215,6 +215,7 @@ public class AutoAllocOrdrSch implements Schedule
{ {
System.out.println("Exception []::"+e.getMessage()); System.out.println("Exception []::"+e.getMessage());
e.printStackTrace(); e.printStackTrace();
throw new ITMException(e); //Added By Mukesh Chauhan on 02/08/19
} }
log ="intializingLog_Successesfull"; log ="intializingLog_Successesfull";
......
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