|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibatis.common.exception.NestedException
com.ibatis.db.dao.DaoException
public class DaoException
DaoException for use for by DAO framework.
Constructor Summary | |
---|---|
DaoException()
|
|
DaoException(java.lang.String msg)
|
|
DaoException(java.lang.String msg,
java.lang.Throwable cause)
|
|
DaoException(java.lang.Throwable cause)
|
Method Summary |
---|
Methods inherited from class com.ibatis.common.exception.NestedException |
---|
getCause, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DaoException()
public DaoException(java.lang.String msg)
public DaoException(java.lang.Throwable cause)
public DaoException(java.lang.String msg, java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |