パッケージ org.springframework.dao
クラス UncategorizedDataAccessException
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.UncategorizedDataAccessException
- 実装されたすべてのインターフェース:
SerializableSE
- 既知の直属サブクラス
HibernateJdbcException
、HibernateSystemException
、JpaSystemException
、SQLWarningException
、UncategorizedR2dbcException
、UncategorizedSQLException
通常のスーパークラスでは、「基礎となるリソースに問題が発生しました」以外の具体的なものを区別できません。たとえば、JDBC からの SQLException など、より正確に特定することはできません。
- 作成者:
- Rod Johnson
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明UncategorizedDataAccessException
(StringSE msg, ThrowableSE cause) UncategorizedDataAccessException のコンストラクター。メソッドのサマリー
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
UncategorizedDataAccessException
UncategorizedDataAccessException のコンストラクター。- パラメーター:
msg
- 詳細メッセージcause
- 基になるデータアクセス API によってスローされた例外