|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gov.grants.apply.util.NestedException
gov.grants.apply.dao.DAOException
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
DAOException(java.lang.String message)
Create a DAOException with a customized error message. |
|
DAOException(java.lang.String message,
java.lang.Throwable cause)
Create a DAOException with a customized error message and the original throwable object. |
|
DAOException(java.lang.Throwable cause)
Create a DAOException with the original throwable object. |
Methods inherited from class gov.grants.apply.util.NestedException |
getMessage, printStackTrace, printStackTrace, printStrackTrace, setCause, setMessage, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DAOException(java.lang.String message)
message
- A customized error messagepublic DAOException(java.lang.String message, java.lang.Throwable cause)
message
- A customized error messagecause
- The original throwable object.public DAOException(java.lang.Throwable cause)
cause
- The original throwable object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |