Class | Line # | Actions | |||||
---|---|---|---|---|---|---|---|
UnsupportedVersionException | 6 | 1 | 0% | 2 | 0 |
1 | package org.europa.together.exceptions; | |
2 | ||
3 | /** | |
4 | * Exception for unsupported Versions. | |
5 | */ | |
6 | public class UnsupportedVersionException extends Exception { | |
7 | ||
8 | private static final long serialVersionUID = 1L; | |
9 | ||
10 | /** | |
11 | * Creates a new instance of <code>UnsupportedVersionException</code> | |
12 | * without detail message. | |
13 | */ | |
14 | 1 | ![]() |
15 | /* NOT IN USE. */ | |
16 | } | |
17 | ||
18 | /** | |
19 | * Constructs an instance of <code>UnsupportedVersionException</code> with | |
20 | * the specified detail message. | |
21 | * | |
22 | * @param msg the detail message. | |
23 | */ | |
24 | 1 | ![]() |
25 | 1 | super(msg); |
26 | } | |
27 | } |