comparison flys-client/src/main/java/de/intevation/flys/client/shared/exceptions/ServerException.java @ 214:29c6d9573ae7

Added a new exception class that is used to be thrown after artifact / collection operation specific errors. flys-client/trunk@1656 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 08 Apr 2011 08:45:15 +0000
parents
children
comparison
equal deleted inserted replaced
213:7ea004d0ffbc 214:29c6d9573ae7
1 package de.intevation.flys.client.shared.exceptions;
2
3 import java.io.Serializable;
4
5
6 public class ServerException
7 extends Exception
8 implements Serializable
9 {
10 public ServerException() {
11 }
12
13
14 public ServerException(String msg) {
15 super(msg);
16 }
17 }

http://dive4elements.wald.intevation.org