クラス ScriptException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.r2dbc.connection.init.ScriptException
- 実装されたすべてのインターフェース:
SerializableSE
- 既知の直属サブクラス
CannotReadScriptException
、ScriptParseException
、ScriptStatementFailedException
、UncategorizedScriptException
SQL スクリプトの処理に関連するデータアクセス例外の階層のルート。
- 導入:
- 5.3
- 作成者:
- Sam Brannen, Mark Paluch
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明ScriptException
(StringSE message) 新しいScriptException
を作成します。ScriptException
(StringSE message, ThrowableSE cause) 新しいScriptException
を作成します。メソッドのサマリー
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
ScriptException
新しいScriptException
を作成します。- パラメーター:
message
- 詳細メッセージ
ScriptException
新しいScriptException
を作成します。- パラメーター:
message
- 詳細メッセージcause
- 根本原因