| 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 |
public NotificationException() { |
| 15 | } | |
| 16 | ||
| 17 | 0 |
public NotificationException(String msg) { |
| 18 | 0 | super(msg); |
| 19 | } | |
| 20 | } | |
|
||||||||||