test.tester.model
Class DAOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--test.tester.model.DAOException
All Implemented Interfaces:
java.io.Serializable

public class DAOException
extends java.lang.Exception

Exception that is thrown when soemthing wrong occurs while managing the persistent objects. It also encapsulates all SQLExceptions that can occur.

See Also:
Serialized Form

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

DAOException

public DAOException(java.lang.String s,
                    java.lang.Throwable t)