|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.enableit.db.DBException
General exception for use by this library's classes when communicating exceptions.
Constructor Summary | |
DBException()
Default constructor. |
|
DBException(java.lang.String msg)
Constructor setting msg. |
|
DBException(java.lang.String msg,
java.lang.Throwable rootCause)
Constructor setting msg and root cause. |
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 |
Constructor Detail |
public DBException()
public DBException(java.lang.String msg)
msg
- The exception message.public DBException(java.lang.String msg, java.lang.Throwable rootCause)
msg
- The exception message.rootCause
- The root cause of the exception.Method Detail |
public java.lang.Throwable getRootCause()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |