[Pfc-prolog-cvs] prolix/src/org/asturlinux/frade/prolix/exceptions NotEnoughtPermissionsException.ja
Status: Beta
Brought to you by:
ivanfrade
From: <iva...@us...> - 2003-08-02 20:30:55
|
Update of /cvsroot/pfc-prolog/prolix/src/org/asturlinux/frade/prolix/exceptions In directory sc8-pr-cvs1:/tmp/cvs-serv13373/src/org/asturlinux/frade/prolix/exceptions Added Files: NotEnoughtPermissionsException.java Log Message: Added to project new exception to login - Message error in Resources --- NEW FILE: NotEnoughtPermissionsException.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 NotEnoughtPermissionsException extends Exception { //FIXME: Code to diferent permissions levels } |