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

flys/issue1150: Renamed w/q in w/q-diagram.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 26 Feb 2013 10:18:24 +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