spring-framework / org.springframework.jdbc.support.xml / SqlXmlFeatureNotImplementedException

SqlXmlFeatureNotImplementedException

open class SqlXmlFeatureNotImplementedException : InvalidDataAccessApiUsageException

Exception thrown when the underlying implementation does not support the requested feature of the API.

Author
Thomas Risberg

Since
2.5.5

Constructors

<init>

SqlXmlFeatureNotImplementedException(msg: String)
SqlXmlFeatureNotImplementedException(msg: String, cause: Throwable)

Constructor for SqlXmlFeatureNotImplementedException.