Clover Coverage Report - itracker
Coverage timestamp: Tue May 1 2012 16:42:12 CEST
1   20   2   0.5
0   9   2   2
2     1  
1    
 
 
  NotificationException       Line # 7 1 2 0% 0.0
 
No Tests
 
1    package org.itracker.web.scheduler.tasks;
2   
3    /**
4    * @author ricardo
5    *
6    */
 
7    public class NotificationException extends Exception {
8   
9    /**
10    *
11    */
12    private static final long serialVersionUID = 1L;
13   
 
14  0 toggle public NotificationException() {
15    }
16   
 
17  0 toggle public NotificationException(String msg) {
18  0 super(msg);
19    }
20    }