com.syrtsov.ddao
Class DaoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.syrtsov.ddao.DaoException
All Implemented Interfaces:
java.io.Serializable

public class DaoException
extends java.lang.RuntimeException

psdo: add class comments Created-By: Pavel Syrtsov Date: Apr 10, 2008 Time: 9:39:39 PM

See Also:
Serialized Form

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

DaoException

public DaoException(java.lang.String message)