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

CciOperationNotSupportedException

open class CciOperationNotSupportedException : InvalidDataAccessResourceUsageException

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

Author
Juergen Hoeller

Since
1.2

Constructors

<init>

CciOperationNotSupportedException(msg: String, ex: ResourceException)

Constructor for CciOperationNotSupportedException.