|
||||||||||
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 | +--javatools.util.CommonException | +--javatools.db.DbException
An Exception class for this package.
Constructor Summary | |
DbException(java.lang.Exception exception)
Builds a new DbException object. |
|
DbException(java.lang.String mesg)
Builds a new DbException object. |
|
DbException(java.lang.String mesg,
java.lang.Exception exception)
Builds a new DbException object. |
Methods inherited from class javatools.util.CommonException |
getNextException, getStackTrace, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DbException(java.lang.String mesg)
mesg
- The message to be passed.public DbException(java.lang.String mesg, java.lang.Exception exception)
mesg
- The message to be displayed.exception
- The source exception to be converted.public DbException(java.lang.Exception exception)
exception
- The source exception to be converted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |