[Pfc-prolog-cvs] prolix/src/org/asturlinux/frade/prolix/exceptions CouldNotRemoveUserException.java,
Status: Beta
Brought to you by:
ivanfrade
From: <iva...@us...> - 2003-08-16 01:09:20
|
Update of /cvsroot/pfc-prolog/prolix/src/org/asturlinux/frade/prolix/exceptions In directory sc8-pr-cvs1:/tmp/cvs-serv24607/src/org/asturlinux/frade/prolix/exceptions Added Files: CouldNotRemoveUserException.java CouldNotRetrieveUsersException.java Log Message: Added new funcionality - Now administrator can remove users --- NEW FILE: CouldNotRemoveUserException.java --- /** * * Copyright 2003 Ivan Frade * * This file is part of Prolix. * * Prolix is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * Prolix is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with Prolix; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * **/ package org.asturlinux.frade.prolix.exceptions; public class CouldNotRemoveUserException extends Exception { } --- NEW FILE: CouldNotRetrieveUsersException.java --- /** * * Copyright 2003 Ivan Frade * * This file is part of Prolix. * * Prolix is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * Prolix is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with Prolix; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * **/ package org.asturlinux.frade.prolix.exceptions; public class CouldNotRetrieveUsersException extends Exception { } |