org.springframework.jca.cci
Class CciOperationNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.InvalidDataAccessResourceUsageException
org.springframework.jca.cci.CciOperationNotSupportedException
- All Implemented Interfaces:
- Serializable
public class CciOperationNotSupportedException
- extends InvalidDataAccessResourceUsageException
Exception thrown when the connector doesn't support a specific CCI operation.
- Since:
- 1.2
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
CciOperationNotSupportedException
public CciOperationNotSupportedException(String msg,
ResourceException ex)
- Constructor for CciOperationNotSupportedException.
- Parameters:
msg
- messageex
- ResourceException root cause
Copyright © 2002-2006 The Spring Framework.