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

Quick Search    Search Deep

org.enableit.db
Class DBException  view DBException download DBException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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()