com.ge.research.utils.db
Class DAOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ge.research.utils.db.DAOException
All Implemented Interfaces:
java.io.Serializable

public class DAOException
extends java.lang.Exception

Database access expection class.

Version:
$Revision: 1.1 $ $Date: 2006/08/11 00:17:26 $
Author:
garbiras
See Also:
Serialized Form
Created on:
April 4, 2005

Constructor Summary
DAOException()
           
DAOException(java.lang.String message)
           
DAOException(java.lang.String message, java.lang.Throwable cause)
           
DAOException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

DAOException

public DAOException()

DAOException

public DAOException(java.lang.String message)

DAOException

public DAOException(java.lang.Throwable cause)

DAOException

public DAOException(java.lang.String message,
                    java.lang.Throwable cause)