au.com.solidsoftware.multimahjong.shared
Class GamesListFullException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.rmi.RemoteException
                          |
                          +--au.com.solidsoftware.multimahjong.shared.GamesListFullException

public class GamesListFullException
extends java.rmi.RemoteException

GamesListFullException is just an exception class that is thrown by the GamesList when no more games can be created. It extends RemoteException so that it can be caught by an MMC.

Author:
Michael Hart
See Also:
GamesList, Serialized Form

Fields inherited from class java.rmi.RemoteException
detail, serialVersionUID
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
GamesListFullException()
           
GamesListFullException(java.lang.String s)
           
 
Methods inherited from class java.rmi.RemoteException
getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

GamesListFullException

public GamesListFullException()

GamesListFullException

public GamesListFullException(java.lang.String s)