org.j2ee.dao
Class DAOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.j2ee.dao.DAOException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DAOCheckConstraintFailedException, DAONoDataFoundException, DAOParentKeyNotFoundException, DAORestrictUpdateFailedException, DAOUniqueConstraintFailedException

public class DAOException
extends java.lang.Exception


Based on an example of book Code Notes for J2EE, Edited by GREGORY BRILL, e-ISBN 0-679-64727-9
Last modified $Date: 2004/05/18 10:50:12 $

Version:
$Revision: 1.1.1.1 $
Author:
mochoa (mochoa@users.sourceforge.net)
See Also:
Serialized Form

Constructor Summary
DAOException(java.lang.String message)
           
DAOException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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(java.lang.String message)

DAOException

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

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable


Copyright © 2004 DAO Action Patterm. All Rights Reserved.