|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.rmi.RemoteException
|
+--au.com.solidsoftware.multimahjong.shared.DuplicateNameException
DuplicateNameException is just an exception class that is thrown by the
GamesList or the Referee when duplicate names
are encountered. It extends RemoteException so that it can
be caught by an MMC.
GamesList,
Referee, Serialized Form| Fields inherited from class java.rmi.RemoteException |
detail,
serialVersionUID |
| Fields inherited from class java.lang.Throwable |
backtrace,
detailMessage,
serialVersionUID |
| Constructor Summary | |
DuplicateNameException()
|
|
DuplicateNameException(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 |
|
| Constructor Detail |
public DuplicateNameException()
public DuplicateNameException(java.lang.String s)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||