com.threerings.presents.dobj
Class NoSuchObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.threerings.presents.dobj.ObjectAccessException
              extended by com.threerings.presents.dobj.NoSuchObjectException
All Implemented Interfaces:
Serializable

public class NoSuchObjectException
extends ObjectAccessException

A no such object exception is delivered when a subscriber requests access to an object that does not exist.

See Also:
Serialized Form

Constructor Summary
NoSuchObjectException(int oid)
           
 
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

NoSuchObjectException

public NoSuchObjectException(int oid)