org.nakedobjects.object
Class ObjectStoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.nakedobjects.object.ObjectStoreException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NonPersistentObjectException, ObjectNotFoundException, ServerRequestException

public class ObjectStoreException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ObjectStoreException()
           
ObjectStoreException(java.lang.String s)
           
ObjectStoreException(java.lang.String s, java.lang.Throwable cause)
           
ObjectStoreException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 java.lang.String 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

ObjectStoreException

public ObjectStoreException()

ObjectStoreException

public ObjectStoreException(java.lang.String s)

ObjectStoreException

public ObjectStoreException(java.lang.String s,
                            java.lang.Throwable cause)

ObjectStoreException

public ObjectStoreException(java.lang.Throwable cause)
Method Detail

getCause

public final java.lang.Throwable getCause()

toString

public java.lang.String toString()