| Package | Description | 
|---|---|
| org.springframework.dao | Exception hierarchy enabling sophisticated error handling independent
 of the data access approach in use. | 
| org.springframework.jca.cci | This package contains Spring's support for the Common Client Interface (CCI),
 as defined by the J2EE Connector Architecture. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IncorrectUpdateSemanticsDataAccessExceptionData access exception thrown when something unintended appears to have
 happened with an update, but the transaction hasn't already been rolled back. | 
| class  | TypeMismatchDataAccessExceptionException thrown on mismatch between Java type and database type:
 for example on an attempt to set an object of the wrong type
 in an RDBMS column. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CciOperationNotSupportedExceptionException thrown when the connector doesn't support a specific CCI operation. | 
| class  | InvalidResultSetAccessExceptionException thrown when a ResultSet has been accessed in an invalid fashion. | 
| class  | RecordTypeNotSupportedExceptionException thrown when the creating of a CCI Record failed because
 the connector doesn't support the desired CCI Record type. |