package project; /** * An exception that is thrown when a user tries to register with * a username that is already taken * * @author CS152 2004F * @version 1.0 of November 2004 */ public class NameTakenException extends Exception { }// class NameTakenException