view flys-client/src/main/java/de/intevation/flys/client/shared/exceptions/ServerException.java @ 4433:5b8919ef601d

Backed out changeset e8a4d2fd25cc
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 07 Nov 2012 12:23:41 +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