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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DuplicateIdentityException()
          Constructor for the DuplicateIdentityException object
DuplicateIdentityException(String str)
          Constructor for the DuplicateIdentityException object
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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