source: trunk/gsdl3/extensions/gsdl-as/src/org/greenstone/gsdlas/users/PasswordMismatchException.java@ 8775

Last change on this file since 8775 was 8775, checked in by schweer, 19 years ago

some todo and licensing comments

  • Property svn:keywords set to Author Date Id Revision
File size: 571 bytes
Line 
1/*
2 * Created on Dec 3, 2004
3 * Copyright (C) Andrea Schweer, 2004
4 *
5 * This file is part of the Greenstone Alerting Service.
6 * Refer to the COPYING file in the base directory of this package
7 * for licensing information.
8 */
9package org.greenstone.gsdlas.users;
10
11/**
12 * @author andrea
13 *
14 * TODO To change the template for this generated type comment go to
15 * Window - Preferences - Java - Code Style - Code Templates
16 */
17public class PasswordMismatchException extends Exception {
18 public PasswordMismatchException(String message) {
19 super(message);
20 }
21}
Note: See TracBrowser for help on using the repository browser.