|
|||||||||||||||||||
| Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
| IllegalModificationSystemException.java | - | 100% | 100% | 100% |
|
||||||||||||||
| 1 | package com.agical.rmock.core.exception; | |
| 2 | ||
| 3 | public class IllegalModificationSystemException extends RMockSystemException { | |
| 4 | ||
| 5 | 1 | public IllegalModificationSystemException(String message) { |
| 6 | 1 | super(message); |
| 7 | } | |
| 8 | ||
| 9 | /** | |
| 10 | * | |
| 11 | */ | |
| 12 | private static final long serialVersionUID = 1L; | |
| 13 | ||
| 14 | } |
|
||||||||||