クラス SqlXmlFeatureNotImplementedException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.InvalidDataAccessApiUsageException
org.springframework.jdbc.support.xml.SqlXmlFeatureNotImplementedException
- 実装済みのインターフェース一覧:
SerializableSE
@DeprecatedSE(since="6.2")
public class SqlXmlFeatureNotImplementedException
extends InvalidDataAccessApiUsageException
使用すべきではありません。
基になる実装が API のリクエストされた機能をサポートしていない場合にスローされる例外。
- 導入:
- 2.5.5
- 作成者:
- Thomas Risberg
- 関連事項:
コンストラクター概要
コンストラクターコンストラクター説明使用すべきではありません。SqlXmlFeatureNotImplementedException のコンストラクター。SqlXmlFeatureNotImplementedException(StringSE msg, ThrowableSE cause) 使用すべきではありません。SqlXmlFeatureNotImplementedException のコンストラクター。方法の概要
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCauseクラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
SqlXmlFeatureNotImplementedException
使用すべきではありません。SqlXmlFeatureNotImplementedException のコンストラクター。- パラメーター:
msg- 詳細メッセージ
SqlXmlFeatureNotImplementedException
使用すべきではありません。SqlXmlFeatureNotImplementedException のコンストラクター。- パラメーター:
msg- 詳細メッセージcause- 使用中のデータアクセス API の根本原因
ResultSet.getSQLXML(int)SE とConnection.createSQLXML()を直接使用し、カスタムSqlValue実装と組み合わせて使用することをお勧めします。