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

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.enableit.db.DBException
- All Implemented Interfaces:
- java.io.Serializable
- public class DBException
- extends java.lang.Exception
General exception for use by this library's classes when communicating exceptions.
- Version:
- v1.0
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private java.lang.Throwable |
rootCause
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
DBException()
DBException Method |
|
DBException(java.lang.String msg)
DBException Method |
|
DBException(java.lang.String msg,
java.lang.Throwable rootCause)
DBException Method |
|
| Method Summary | |
java.lang.Throwable |
getRootCause()
|
| 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 |
| Field Detail |
rootCause
private java.lang.Throwable rootCause
| Constructor Detail |
DBException
public DBException()
- DBException Method
DBException
public DBException(java.lang.String msg)
- DBException Method
DBException
public DBException(java.lang.String msg, java.lang.Throwable rootCause)
- DBException Method
| Method Detail |
getRootCause
public java.lang.Throwable getRootCause()
|
|||||||||
| Home >> All >> org >> enableit >> [ db overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC