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