All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----game.TooManyPlayersException
TooManyPlayersException
is thrown when a user tries
to join a game in the server, and this game has already too many players
in it.
public TooManyPlayersException()
public TooManyPlayersException(String s)
All Packages Class Hierarchy This Package Previous Next Index