パッケージ org.springframework.jdbc
クラス CannotGetJdbcConnectionException
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.NonTransientDataAccessResourceException
org.springframework.dao.DataAccessResourceFailureException
org.springframework.jdbc.CannotGetJdbcConnectionException
- 実装されたすべてのインターフェース:
SerializableSE
JDBC を使用して RDBMS に接続できない場合にスローされる致命的な例外。
- 作成者:
- Rod Johnson, Juergen Hoeller
- 関連事項:
コンストラクターのサマリー
コンストラクターコンストラクター説明CannotGetJdbcConnectionException
のコンストラクター。CannotGetJdbcConnectionException
のコンストラクター。CannotGetJdbcConnectionException
のコンストラクター。方法の概要
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
CannotGetJdbcConnectionException
CannotGetJdbcConnectionException
のコンストラクター。- パラメーター:
msg
- 詳細メッセージ- 導入:
- 5.0
CannotGetJdbcConnectionException
CannotGetJdbcConnectionException
のコンストラクター。- パラメーター:
msg
- 詳細メッセージex
- 根本原因 SQLException
CannotGetJdbcConnectionException
CannotGetJdbcConnectionException
のコンストラクター。- パラメーター:
msg
- 詳細メッセージex
- 根本原因 IllegalStateException- 導入:
- 5.3.22