org.nakedobjects.object
Class NonPersistentObjectException

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

public class NonPersistentObjectException
extends ObjectStoreException

See Also:
Serialized Form

Constructor Summary
NonPersistentObjectException()
           
NonPersistentObjectException(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

NonPersistentObjectException

public NonPersistentObjectException()

NonPersistentObjectException

public NonPersistentObjectException(java.lang.String s)