All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class game.ClosedGameException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----game.ClosedGameException

public class ClosedGameException
extends Exception
The ClosedGameException is thrown when a user tries to join a private game in the server.


Constructor Index

 o ClosedGameException()
Creates a new ClosedGameException
 o ClosedGameException(String)
Creates a new ClosedGameException

Constructors

 o ClosedGameException
 public ClosedGameException()
Creates a new ClosedGameException

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index