edu.indiana.dlib.metsnav.dao
Class DAOException

java.lang.Object
  extended by java.lang.Throwable
      extended by edu.indiana.dlib.metsnav.dao.DAOException
All Implemented Interfaces:
Serializable

public class DAOException
extends Throwable

Exception wrapper for DAO

Author:
David Jiao
See Also:
Serialized Form

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

DAOException

public DAOException(String msg)

DAOException

public DAOException(String msg,
                    Throwable cause)


Copyright © 2005 Trustees of Indiana University. All Rights Reserved.