org.j2ee.dao
Class DAORestrictUpdateFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.j2ee.dao.DAOException
                    |
                    +--org.j2ee.dao.DAORestrictUpdateFailedException
All Implemented Interfaces:
java.io.Serializable

public class DAORestrictUpdateFailedException
extends DAOException


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:13 $

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

Constructor Summary
DAORestrictUpdateFailedException(java.lang.String message)
           
DAORestrictUpdateFailedException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class org.j2ee.dao.DAOException
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

DAORestrictUpdateFailedException

public DAORestrictUpdateFailedException(java.lang.String message)

DAORestrictUpdateFailedException

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


Copyright © 2004 DAO Action Patterm. All Rights Reserved.