org.appfuse.persistence
Class DAOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.appfuse.persistence.DAOException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ObjectDisabledException

public class DAOException
extends Exception

A general DAOException that is thrown by all DAO classes.

View Source

Version:
$Revision: 1.1 $ $Date: 2004/03/31 13:04:28 $
Author:
Matt Raible
See Also:
Serialized Form

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


DAOException

public DAOException(String message)
Constructor for DAOException.

Parameters:
message -

DAOException

public DAOException(String message,
                    Throwable cause)
Constructor for DAOException.

Parameters:
message -
cause -

DAOException

public DAOException(Throwable cause)
Constructor for DAOException.

Parameters:
cause -


Copyright © 2002-2004