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.


Constructor Index

 o TooManyPlayersException()
Creates a new TooManyPlayersException
 o TooManyPlayersException(String)
Creates a new TooManyPlayersException

Constructors

 o TooManyPlayersException
 public TooManyPlayersException()
Creates a new TooManyPlayersException

 o TooManyPlayersException
 public TooManyPlayersException(String s)
Creates a new TooManyPlayersException


All Packages  Class Hierarchy  This Package  Previous  Next  Index