gov.nih.nci.system.dao
Class DAOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nih.nci.system.applicationservice.ApplicationException
              extended by gov.nih.nci.system.dao.DAOException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
QueryException

public class DAOException
extends ApplicationException

An exception class for DAO related functions

Author:
Satish Patel
See Also:
Serialized Form

Constructor Summary
DAOException()
          Default constructor.
DAOException(java.lang.String message)
          DAOException constructor with exception message
DAOException(java.lang.String message, java.lang.Throwable t)
          DAOException constructor with exception message and Throwable object
DAOException(java.lang.Throwable t)
          DAOException constructor with Throwable object
 
Method Summary
 
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()
Default constructor. Constructs the (@link RollbackException) object


DAOException

public DAOException(java.lang.String message)
DAOException constructor with exception message

Parameters:
message - - exception message

DAOException

public DAOException(java.lang.String message,
                    java.lang.Throwable t)
DAOException constructor with exception message and Throwable object

Parameters:
message - - exception message
t - - Throwable object

DAOException

public DAOException(java.lang.Throwable t)
DAOException constructor with Throwable object

Parameters:
t - - throwable object