view flys-client/src/main/java/de/intevation/flys/client/server/auth/AuthenticationException.java @ 4899:8cbea3354ac5 dc-km-filter

[branch:dc-km-filter] DatacageWindow: Send from/to-km to datacage.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 29 Jan 2013 12:05:12 +0100
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