|
|||||||||||||||||||
| Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
| RDocConfigurationSystemException.java | - | 0% | 0% | 0% |
|
||||||||||||||
| 1 | package com.agical.rdoc.core.exception; | |
| 2 | ||
| 3 | public class RDocConfigurationSystemException extends RDocSystemException { | |
| 4 | private static final long serialVersionUID = 3755694511820302956L; | |
| 5 | ||
| 6 | 0 | public RDocConfigurationSystemException(String message, Throwable cause) { |
| 7 | 0 | super(message, cause); |
| 8 | } | |
| 9 | ||
| 10 | 0 | public RDocConfigurationSystemException(String message) { |
| 11 | 0 | super( message ); |
| 12 | } | |
| 13 | ||
| 14 | } |
|
||||||||||