com.phoenix_int.aserver
Class PHXNoSuchWriteableObjectException

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

public class PHXNoSuchWriteableObjectException
extends PHXNoSuchObjectException

An exception that the PHXObjectManager throws when it can't find an object.

See Also:
Serialized Form

Constructor Summary
PHXNoSuchWriteableObjectException(java.lang.String object)
           
 
Method Summary
 
Methods inherited from class com.phoenix_int.aserver.PHXNoSuchObjectException
getInvalidObject
 
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

PHXNoSuchWriteableObjectException

public PHXNoSuchWriteableObjectException(java.lang.String object)
Parameters:
object - the object name that caused the exception.