view flys-client/src/main/java/de/intevation/flys/client/server/auth/was/ServiceException.java @ 4704:115afdaf3e85

Changed naming of variables (i & j -> i & k) for readability.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 19 Dec 2012 11:35:51 +0100
parents 1f64ee424f92
children
line wrap: on
line source
package de.intevation.flys.client.server.auth.was;

import de.intevation.flys.client.server.auth.AuthenticationException;

public class ServiceException extends AuthenticationException {

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

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

http://dive4elements.wald.intevation.org