org.enableit.db
Class DBException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.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
Author:
chris.pettifer@enableit.org
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
DBException()
          DBException Method
DBException(java.lang.String msg)
          DBException Method
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

DBException

public DBException()
DBException Method

DBException

public DBException(java.lang.String msg)
DBException Method


Copyright © enableIT.org 1999,2000,2001,2002 All Rights Reserved.