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

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

user authentication works; user information and subscriptions/predicates are stored to thedatabase

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