类 CciOperationNotSupportedException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.core.NestedRuntimeException
- org.springframework.dao.DataAccessException
- org.springframework.dao.NonTransientDataAccessException
- org.springframework.dao.InvalidDataAccessResourceUsageException
- org.springframework.jca.cci.CciOperationNotSupportedException
- 所有已实现的接口:
Serializable
public class CciOperationNotSupportedException extends InvalidDataAccessResourceUsageException
Exception thrown when the connector doesn't support a specific CCI operation.- 从以下版本开始:
- 1.2
- 作者:
- Juergen Hoeller
- 另请参阅:
- 序列化表格
构造器概要
构造器 构造器 说明 CciOperationNotSupportedException(String msg, ResourceException ex)
Constructor for CciOperationNotSupportedException.
方法概要
从类继承的方法 org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
构造器详细资料
CciOperationNotSupportedException
public CciOperationNotSupportedException(String msg, ResourceException ex)
Constructor for CciOperationNotSupportedException.- 参数:
msg
- messageex
- ResourceException root cause