view flys-client/src/main/java/de/intevation/flys/client/server/auth/AuthenticationException.java @ 5334:b296d435fc69

Doc and whitespace fixes.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 19 Mar 2013 10:25:23 +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