org.springframework.jca.cci
Class RecordTypeNotSupportedException
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.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
- messageex
- ResourceException root cause