|
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.db.datasource.DSException
Date Source Interface
| Constructor Summary | |
DSException()
Default Constructor |
|
DSException(String s)
Constructs a DSException using a message |
|
DSException(String s,
String newDatasourceMessage)
|
|
DSException(String s,
Throwable t)
Constructs a DSException using a message |
|
DSException(Throwable t)
Constructs a DSException 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 DSException()
public DSException(String s)
s - The message String
public DSException(String s,
String newDatasourceMessage)
s - The message StringnewDatasourceMessage - The message retrieved from the JDBC driver
public DSException(String s,
Throwable t)
s - The message Stringt - java.lang.Throwable, presumably an exception you've already caught
in another block of code.public DSException(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 | ||||||||||