public void createUser(UserTransaction trans, String groupName, String username, String password, String firstname, String lastname, String email) throws RootException {
throw new RootException("PartyUserGroupMgr does not implement create/update/remove methods. Use the party manager instead!");
}
public void updateUser(UserTransaction trans, String username, String firstname, String lastname, String email) throws RootException {
throw new RootException("PartyUserGroupMgr does not implement create/update/remove methods. Use the party manager instead!");
}