|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.heckmansoft.surjey.model.datastore.DatastoreException
Exception thrown by a Datastore when access/update of data store causes an exception. Wraps the relevant exception.
| Constructor Summary | |
DatastoreException(java.sql.SQLException cause)
Constructor. |
|
DatastoreException(java.lang.String message)
Constructor. |
|
DatastoreException(java.lang.Throwable cause)
Constructor. |
|
| 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 |
public DatastoreException(java.sql.SQLException cause)
cause - The cause of the exception.public DatastoreException(java.lang.Throwable cause)
cause - The cause of the exception.public DatastoreException(java.lang.String message)
message - The message to use in the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||