| 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  | DataAccessResourceFailureExceptionData access exception thrown when a resource fails completely:
 for example, if we can't connect to a database using JDBC. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CannotCreateRecordExceptionException thrown when the creating of a CCI Record failed
 for connector-internal reasons. | 
| class  | CannotGetCciConnectionExceptionFatal exception thrown when we can't connect to an EIS using CCI. |