|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> core >> [ db overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.jcorporate.expresso.core.db
Class DBException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.jcorporate.expresso.kernel.exception.ChainedException
com.jcorporate.expresso.core.db.DBException
- All Implemented Interfaces:
- java.io.Serializable
- public class DBException
- extends com.jcorporate.expresso.kernel.exception.ChainedException
DBException
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private java.lang.String |
dbMessage
|
| Fields inherited from class com.jcorporate.expresso.kernel.exception.ChainedException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
DBException()
|
|
DBException(java.lang.String s)
|
|
DBException(java.lang.String s,
java.lang.String newDBMessage)
|
|
DBException(java.lang.String s,
java.lang.Throwable t)
|
|
DBException(java.lang.Throwable t)
|
|
| Method Summary | |
java.lang.String |
getDBMessage()
Retrieve the message that was received from the JDBC driver |
java.lang.String |
getMessage()
Returns the Exception Message |
| 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 |
| Field Detail |
dbMessage
private java.lang.String dbMessage
| Constructor Detail |
DBException
public DBException()
DBException
public DBException(java.lang.String s)
DBException
public DBException(java.lang.String s, java.lang.String newDBMessage)
DBException
public DBException(java.lang.String s, java.lang.Throwable t)
DBException
public DBException(java.lang.Throwable t)
| Method Detail |
getDBMessage
public java.lang.String getDBMessage()
- Retrieve the message that was received from the JDBC driver
getMessage
public java.lang.String getMessage()
- Returns the Exception Message
|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> core >> [ db overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC