org.nakedobjects.persistence.sql
Class SqlObjectStoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.nakedobjects.object.NakedObjectException
                  extended byorg.nakedobjects.persistence.sql.SqlObjectStoreException
All Implemented Interfaces:
java.io.Serializable

public class SqlObjectStoreException
extends NakedObjectException

See Also:
Serialized Form

Constructor Summary
SqlObjectStoreException()
           
SqlObjectStoreException(java.lang.String s)
           
SqlObjectStoreException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

SqlObjectStoreException

public SqlObjectStoreException()

SqlObjectStoreException

public SqlObjectStoreException(java.lang.String s)

SqlObjectStoreException

public SqlObjectStoreException(java.lang.String msg,
                               java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class NakedObjectException