|
|||||||||||||||||||
| Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
| ResourceNotAvailableSystemException.java | - | 0% | 0% | 0% |
|
||||||||||||||
| 1 | package com.agical.rdoc.core.exception; | |
| 2 | ||
| 3 | public class ResourceNotAvailableSystemException extends | |
| 4 | ResourceSystemException { | |
| 5 | 0 | public ResourceNotAvailableSystemException(String arg0, Throwable arg1) { |
| 6 | 0 | super(arg0, arg1); |
| 7 | } | |
| 8 | ||
| 9 | 0 | public ResourceNotAvailableSystemException(String arg0) { |
| 10 | 0 | super(arg0); |
| 11 | } | |
| 12 | ||
| 13 | 0 | public ResourceNotAvailableSystemException(Throwable arg0) { |
| 14 | 0 | super(arg0); |
| 15 | } | |
| 16 | } |
|
||||||||||