public class DaoFactoryException extends RuntimeException
| Constructor and Description |
|---|
DaoFactoryException(Class<? extends DAO> daoType,
String propsFile) |
DaoFactoryException(Class<? extends DAO> daoType,
String propsFile,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends DAO> |
getDaoType() |
String |
getPropsFile() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2012. All Rights Reserved.