[Red5commits] [1605] SchedulingServiceJob? modified, catching Throwable by now.Need to discuss other

mklishin luke at codegent.com
Wed Jan 24 11:04:29 EST 2007


SchedulingServiceJob? modified, catching Throwable by now.
Need to discuss other places where exceptions may be re-thrown to handle on higher level


Timestamp: 12/27/06 11:09:02 EST (1 month ago) 
Change: 1605 
Author: mklishin

Files (see diff or trac for details): 
java/server/trunk/src/org/red5/server/scheduling/QuartzSchedulingServiceJob.java


Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/1605

Index: /java/server/trunk/src/org/red5/server/scheduling/QuartzSchedulingServiceJob.java
===================================================================
--- /java/server/trunk/src/org/red5/server/scheduling/QuartzSchedulingServiceJob.java (revision 1604)
+++ /java/server/trunk/src/org/red5/server/scheduling/QuartzSchedulingServiceJob.java (revision 1605)
@@ -58,7 +58,6 @@
         try {
             job.execute(service);
-        } catch (Exception e) {
+        } catch (Throwable e) {
             log.error("Job " + job.toString() + " execution failed: " + e.getMessage());
-            throw new RuntimeException(e);
         }
     }


Note:
Diffs are chopped if more than 25k.
This is to get past the limit on the mailing list.



More information about the Red5commits mailing list