public class

RecordTypeNotSupportedException

extends InvalidDataAccessResourceUsageException
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

Class Overview

Exception thrown when the creating of a CCI Record failed because the connector doesn't support the desired CCI Record type.

Summary

Public Constructors
RecordTypeNotSupportedException(String msg, ResourceException ex)
Constructor for RecordTypeNotSupportedException.
[Expand]
Inherited Methods
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public RecordTypeNotSupportedException (String msg, ResourceException ex)

Constructor for RecordTypeNotSupportedException.

Parameters
msg message
ex ResourceException root cause