view flys-client/src/main/java/de/intevation/flys/client/shared/exceptions/ServerException.java @ 4563:25a63512233e

Exchange the river selection map Use the new map provided by BfG
author Björn Ricks <bjoern.ricks@intevation.de>
date Fri, 16 Nov 2012 14:57:14 +0100
parents 29c6d9573ae7
children
line wrap: on
line source
package de.intevation.flys.client.shared.exceptions;

import java.io.Serializable;


public class ServerException
extends      Exception
implements   Serializable
{
    public ServerException() {
    }


    public ServerException(String msg) {
        super(msg);
    }
}

http://dive4elements.wald.intevation.org