view flys-client/src/main/java/de/intevation/flys/client/server/auth/AuthenticationException.java @ 4266:06d9098a609a

Add id, kmup and operator to MeasurementStation in RiverInfoServiceImpl Parse new variables from the artifactserver xml response and set them at the MeasurementStation object.
author Björn Ricks <bjoern.ricks@intevation.de>
date Fri, 26 Oct 2012 12:16:08 +0200
parents 1f64ee424f92
children
line wrap: on
line source
package de.intevation.flys.client.server.auth;

/**
 * Base class for Authentication related Exceptions
 */
public class AuthenticationException extends Exception {

    public AuthenticationException(String message) {
        super(message);
    }

    public AuthenticationException(Exception e) {
        super(e);
    }
}
// vim: set fileencoding=utf-8 ts=4 sw=4 tw=80:

http://dive4elements.wald.intevation.org