spring-framework / org.springframework.jca.cci / CannotCreateRecordException

CannotCreateRecordException

open class CannotCreateRecordException : DataAccessResourceFailureException

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

Author
Juergen Hoeller

Since
1.2

Constructors

<init>

CannotCreateRecordException(msg: String, ex: ResourceException)

Constructor for CannotCreateRecordException.