|
Expresso 5-6 | ||||||||||
| 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.jcorporate.expresso.kernel.exception.ChainedException
com.jcorporate.expresso.core.db.DBException
com.jcorporate.expresso.core.dataobjects.DataException
Base class exception for the dataobjects framework. It is currently derived from DBException to allow for merging between the two distinct frameworks. The old DBObjects and the new DataObjects
| Constructor Summary | |
DataException()
Default Constructor |
|
DataException(String s)
Constructs a DataException using a message |
|
DataException(String s,
String newDatasourceMessage)
|
|
DataException(String s,
Throwable t)
Constructs a DataException using a message |
|
DataException(Throwable t)
Constructs a DataException embedding an Exception within it. |
|
| Methods inherited from class com.jcorporate.expresso.core.db.DBException |
getDBMessage, getMessage |
| Methods inherited from class com.jcorporate.expresso.kernel.exception.ChainedException |
getErrorNumber, getNested, omitPackages, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DataException()
public DataException(String s)
s - The message String
public DataException(String s,
String newDatasourceMessage)
s - The message StringnewDatasourceMessage - The message retrieved from the JDBC driver
public DataException(String s,
Throwable t)
s - The message Stringt - java.lang.Throwable, presumably an exception you've already caught
in another block of code.public DataException(Throwable t)
t - java.lang.Throwable, presumably an exception you've already caught
in another block of code.
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||