com.phoenix_int.aserver
Class PHXNameAlreadyInUseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.phoenix_int.aserver.PHXNameAlreadyInUseException
All Implemented Interfaces:
java.io.Serializable

public class PHXNameAlreadyInUseException
extends java.lang.Exception

An exception that is thrown when trying to create a new object with a name that already exists.

See Also:
Serialized Form

Constructor Summary
PHXNameAlreadyInUseException(java.lang.String name)
           
 
Method Summary
 
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

PHXNameAlreadyInUseException

public PHXNameAlreadyInUseException(java.lang.String name)
Parameters:
name - the name that was already in use