view flys-client/src/main/java/de/intevation/flys/client/server/was/ServiceException.java @ 2950:192eddbbd4cf

Implement a login page to be able to authenticate a user The username and password requested by the login.jsp are send to the LoginServlet. The credentials are afterwards used to authenticate the user against GGinA. flys-client/trunk@4928 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Wed, 11 Jul 2012 10:37:10 +0000
parents 7683d4e43afa
children
line wrap: on
line source
package de.intevation.flys.client.server.was;

import java.lang.Exception;

public class ServiceException extends Exception {

    public ServiceException(String message) {
        super(message);
    }
}
// vim: set si et fileencoding=utf-8 ts=4 sw=4 tw=80:

http://dive4elements.wald.intevation.org