Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base.database.dao
Class DAOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jivesoftware.base.JiveException
              extended by com.jivesoftware.base.database.dao.DAOException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NotUniqueException

public class DAOException
extends JiveException

Exception that should be thrown by DAO methods. All underlying exceptions such as SQLException should be wroapped by this exception.

See Also:
Serialized Form

Constructor Summary
DAOException()
           
DAOException(java.lang.String message)
           
DAOException(java.lang.String message, java.lang.Throwable throwable)
           
DAOException(java.lang.Throwable throwable)
           
 
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(java.lang.String message)

DAOException

public DAOException(java.lang.String message,
                    java.lang.Throwable throwable)

DAOException

public DAOException(java.lang.Throwable throwable)

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.