|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--gov.grants.apply.util.NestedException | +--gov.grants.apply.dao.DAOException
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, getLocalizedMessage, printStackTrace |
Methods inherited from class java.lang.Object |
|
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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |