view flys-client/src/main/java/de/intevation/flys/client/shared/exceptions/ServerException.java @ 5230:fb7d43ba8147

WaterlevelDifferencesParser: Cosmetics and fix misleading debug output.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 11 Mar 2013 15:08:43 +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