|
|||||||||||||||||||
| Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
| RMockSystemExceptionInterceptedException.java | - | 100% | 100% | 100% |
|
||||||||||||||
| 1 | package com.agical.rmock.core.exception; | |
| 2 | ||
| 3 | /** | |
| 4 | * @author brolund | |
| 5 | * | |
| 6 | * (c) 2005 Agical AB | |
| 7 | */ | |
| 8 | public class RMockSystemExceptionInterceptedException extends | |
| 9 | RMockSystemException { | |
| 10 | private static final long serialVersionUID = 390161435451926509L; | |
| 11 | ||
| 12 | 2 | public RMockSystemExceptionInterceptedException(String msg, Throwable cause) { |
| 13 | 2 | super(msg, cause); |
| 14 | } | |
| 15 | } |
|
||||||||||