throw new Exception("Unknown USER");
}
if(game.getStatus()!=IGame.NEW){
throw new Exception("the game has already started.");
}
game.removePlayer("{\"msg\" : \""+user.getEmail()+"\"}");
}catch(Exception e){
out.print("{\"msg\" : \"EXCEPTION : "+(e.getMessage()+"").replace("\"", "'")+"\", \"className\" : \""+getClass().getName()+"\"}");
}
}