spring-framework / org.springframework.jca.cci

Package org.springframework.jca.cci

Exceptions

CannotCreateRecordException

open class CannotCreateRecordException : DataAccessResourceFailureException

Exception thrown when the creating of a CCI Record failed for connector-internal reasons.

CannotGetCciConnectionException

open class CannotGetCciConnectionException : DataAccessResourceFailureException

Fatal exception thrown when we can't connect to an EIS using CCI.

CciOperationNotSupportedException

open class CciOperationNotSupportedException : InvalidDataAccessResourceUsageException

Exception thrown when the connector doesn't support a specific CCI operation.

InvalidResultSetAccessException

open class InvalidResultSetAccessException : InvalidDataAccessResourceUsageException

Exception thrown when a ResultSet has been accessed in an invalid fashion. Such exceptions always have a java.sql.SQLException root cause.

This typically happens when an invalid ResultSet column index or name has been specified.

RecordTypeNotSupportedException

open class RecordTypeNotSupportedException : InvalidDataAccessResourceUsageException

Exception thrown when the creating of a CCI Record failed because the connector doesn't support the desired CCI Record type.