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

java.lang.Objectjava.lang.Throwable
java.lang.Exception
javatools.util.CommonException
javatools.db.DbException
- All Implemented Interfaces:
- java.io.Serializable
- public class DbException
- extends javatools.util.CommonException
An Exception class for this package.
- Version:
- 0.7
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class javatools.util.CommonException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| 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 |
DbException
public DbException(java.lang.String mesg)
- Builds a new DbException object.
DbException
public DbException(java.lang.String mesg, java.lang.Exception exception)
- Builds a new DbException object.
DbException
public DbException(java.lang.Exception exception)
- Builds a new DbException object.
|
|||||||||
| Home >> All >> javatools >> [ db overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC