| 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.InvalidDataAccessApiUsageException | |||||||
| ↳ | org.springframework.jdbc.support.xml.SqlXmlFeatureNotImplementedException | |||||||
Exception thrown when the underlying implementation does not support the requested feature of the API.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for SqlXmlFeatureNotImplementedException.
| |||||||||||
Constructor for SqlXmlFeatureNotImplementedException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for SqlXmlFeatureNotImplementedException.
| msg | the detail message |
|---|
Constructor for SqlXmlFeatureNotImplementedException.
| msg | the detail message |
|---|---|
| cause | the root cause from the data access API in use |