org.nakedobjects.object
Class ObjectNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.nakedobjects.object.ObjectStoreException
              extended byorg.nakedobjects.object.ObjectNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ObjectNotFoundException
extends ObjectStoreException

See Also:
Serialized Form

Constructor Summary
ObjectNotFoundException()
           
ObjectNotFoundException(java.lang.Object oid)
           
ObjectNotFoundException(java.lang.String s)
           
 
Methods inherited from class org.nakedobjects.object.ObjectStoreException
getCause, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectNotFoundException

public ObjectNotFoundException()

ObjectNotFoundException

public ObjectNotFoundException(java.lang.Object oid)

ObjectNotFoundException

public ObjectNotFoundException(java.lang.String s)