org.springframework.jca.cci
Class CciOperationNotSupportedException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException
                   org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException
                       org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.NonTransientDataAccessException
                           org.springframework.dao.InvalidDataAccessResourceUsageException
org.springframework.dao.InvalidDataAccessResourceUsageException
                               org.springframework.jca.cci.CciOperationNotSupportedException
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- message
- ex- ResourceException root cause
 
Copyright © 2002-2008 The Spring Framework.