クラス UncategorizedScriptException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.jdbc.datasource.init.ScriptException
org.springframework.jdbc.datasource.init.UncategorizedScriptException
- 実装されているすべてのインターフェース:
SerializableSE
「SQL スクリプトの処理中に問題が発生した」よりも具体的なものを判断できない場合にスローされます。たとえば、より正確に特定できない JDBC からの
SQLExceptionSE です。- 導入:
- 4.0.3
- 作成者:
- Sam Brannen
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明UncategorizedScriptException(StringSE message) 新しいUncategorizedScriptExceptionを作成します。UncategorizedScriptException(StringSE message, ThrowableSE cause) 新しいUncategorizedScriptExceptionを作成します。メソッドのサマリー
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCauseクラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
UncategorizedScriptException
新しいUncategorizedScriptExceptionを作成します。- パラメーター:
message- 詳細メッセージ
UncategorizedScriptException
新しいUncategorizedScriptExceptionを作成します。- パラメーター:
message- 詳細メッセージcause- 根本原因