net.javamud.run
Class DuplicateIdentityException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.javamud.run.DuplicateIdentityException
- All Implemented Interfaces:
- Serializable
- public class DuplicateIdentityException
- extends Exception
Thrown if 2 objects in the MUD have a duplicate unique identity string.
- Author:
- Timothy Hinchcliffe
- See Also:
- Serialized Form
- Created On:
- 11 May 2002
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateIdentityException
public DuplicateIdentityException()
- Constructor for the DuplicateIdentityException object
DuplicateIdentityException
public DuplicateIdentityException(String str)
- Constructor for the DuplicateIdentityException object
- Parameters:
str
- Message string.- See Also:
Exception