org.springframework.jca.cci
Class RecordTypeNotSupportedException
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.RecordTypeNotSupportedException
org.springframework.jca.cci.RecordTypeNotSupportedException
- All Implemented Interfaces: 
- Serializable
- public class RecordTypeNotSupportedException 
- extends InvalidDataAccessResourceUsageException
Exception thrown when the creating of a CCI Record failed because
 the connector doesn't support the desired CCI Record type.
- Since:
- 1.2
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
 
 
 
 
 
RecordTypeNotSupportedException
public RecordTypeNotSupportedException(String msg,
                                       ResourceException ex)
- Constructor for RecordTypeNotSupportedException.
 
- Parameters:
- msg- message
- ex- ResourceException root cause
 
Copyright © 2002-2008 The Spring Framework.