|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Exception Summary | |
BadSqlGrammarException | Exception thrown when SQL specified is invalid. |
CannotGetJdbcConnectionException | Fatal exception thrown when we can't connect to an RDBMS using JDBC. |
JdbcUpdateAffectedIncorrectNumberOfRowsException | Exception thrown when a JDBC update affects an unexpected number of rows. |
LobRetrievalFailureException | Exception to be thrown when a LOB could not be retrieved. |
SQLWarningException | Exception thrown when we're not ignoring warnings. |
UncategorizedSQLException | Exception thrown when we can't classify a SQLException into one of our generic data access exceptions. |
The classes in this package make JDBC easier to use and reduce the likelihood of common errors. In particular, they:
This package and related packages are discussed in Chapter 9 of Expert One-On-One J2EE Design and Development by Rod Johnson (Wrox, 2002).
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |