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.
-
ClosedGameException()
- Creates a new ClosedGameException
-
ClosedGameException(String)
- Creates a new ClosedGameException
ClosedGameException
public ClosedGameException()
- Creates a new ClosedGameException
ClosedGameException
public ClosedGameException(String s)
- Creates a new ClosedGameException
All Packages Class Hierarchy This Package Previous Next Index