open class CannotCreateRecordException : DataAccessResourceFailureException
Exception thrown when the creating of a CCI Record failed for connector-internal reasons. |
|
open class CannotGetCciConnectionException : DataAccessResourceFailureException
Fatal exception thrown when we can't connect to an EIS using CCI. |
|
open class CciOperationNotSupportedException : InvalidDataAccessResourceUsageException
Exception thrown when the connector doesn't support a specific CCI operation. |
|
open class InvalidResultSetAccessException : InvalidDataAccessResourceUsageException
Exception thrown when a ResultSet has been accessed in an invalid fashion. Such exceptions always have a This typically happens when an invalid ResultSet column index or name has been specified. |
|
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. |