comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/services/MetaDataServiceException.java @ 597:cf38b983d1f3

Added the Implementation of the MetaDataService which will deliver FIS and Parameters that match to Mapservices, Region and Layers that were sent to the Service. gnv-artifacts/trunk@653 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 01 Feb 2010 14:52:05 +0000
parents
children b1f5f2a8840f
comparison
equal deleted inserted replaced
596:75ef37387e84 597:cf38b983d1f3
1 /**
2 *
3 */
4 package de.intevation.gnv.artifacts.services;
5 /**
6 * @author Tim Englich <tim.englich@intevation.de>
7 *
8 */
9 public class MetaDataServiceException extends Exception {
10
11 /**
12 * The UID of this Class
13 */
14 private static final long serialVersionUID = -7489185270678994565L;
15
16 /**
17 * Constructor
18 */
19 public MetaDataServiceException() {
20 super();
21 }
22
23 /**
24 * Constructor
25 * @param arg0
26 */
27 public MetaDataServiceException(String arg0) {
28 super(arg0);
29 }
30
31 /**
32 * Constructor
33 * @param arg0
34 */
35 public MetaDataServiceException(Throwable arg0) {
36 super(arg0);
37 }
38
39 /**
40 * Constructor
41 * @param arg0
42 * @param arg1
43 */
44 public MetaDataServiceException(String arg0, Throwable arg1) {
45 super(arg0, arg1);
46 }
47
48 }

http://dive4elements.wald.intevation.org