Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javatools.db
Class DbException  view DbException download DbException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavatools.util.CommonException
              extended byjavatools.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.