%line | %branch | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
com.wikihouse.wildcats0201.jdbcchart.reflectionutil.exception.SecurityExceptionWrapper |
|
|
1 | package com.wikihouse.wildcats0201.jdbcchart.reflectionutil.exception; |
|
2 | ||
3 | /** |
|
4 | * <B>SecurityExceptionWrapper </B>. |
|
5 | * |
|
6 | * @author $Author: wildcats $ |
|
7 | * @version $Revision: 5 $ |
|
8 | */ |
|
9 | public class SecurityExceptionWrapper extends RuntimeException { |
|
10 | ||
11 | private static final long serialVersionUID = 482204652262962375L; |
|
12 | ||
13 | public SecurityExceptionWrapper(SecurityException e) { |
|
14 | 3 | super(e); |
15 | 3 | } |
16 | ||
17 | } |
This report is generated by jcoverage, Maven and Maven JCoverage Plugin. |