org.jadetower.dao.exception
Class DaoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.avalon.framework.CascadingException
              extended byorg.jadetower.dao.exception.DaoException
All Implemented Interfaces:
org.apache.avalon.framework.CascadingThrowable, java.io.Serializable

public class DaoException
extends org.apache.avalon.framework.CascadingException

DAO Wrapper Exception

See Also:
Serialized Form

Constructor Summary
DaoException(java.lang.String msg)
           
DaoException(java.lang.String msg, java.lang.Exception e)
           
 
Methods inherited from class org.apache.avalon.framework.CascadingException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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 msg)

DaoException

public DaoException(java.lang.String msg,
                    java.lang.Exception e)


Copyright © 2003-2004 JadeTower. All Rights Reserved.