|
|||||||||||||||||||
| Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
| UnsupportedEncodingSystemException.java | - | 0% | 0% | 0% |
|
||||||||||||||
| 1 | package com.agical.rdoc.core.exception; | |
| 2 | ||
| 3 | public class UnsupportedEncodingSystemException extends ResourceSystemException { | |
| 4 | ||
| 5 | 0 | public UnsupportedEncodingSystemException(String message, Throwable throwable) { |
| 6 | 0 | super(message, throwable); |
| 7 | } | |
| 8 | ||
| 9 | 0 | public UnsupportedEncodingSystemException(String message) { |
| 10 | 0 | super(message); |
| 11 | } | |
| 12 | ||
| 13 | 0 | public UnsupportedEncodingSystemException(Throwable throwable) { |
| 14 | 0 | super(throwable); |
| 15 | // TODO Auto-generated constructor stub | |
| 16 | } | |
| 17 | ||
| 18 | } |
|
||||||||||