public class RecoverableDataAccessException extends DataAccessException
SQLRecoverableExceptionSE, 連載形式 | コンストラクターと説明 |
|---|
RecoverableDataAccessException(StringSE msg)RecoverableDataAccessException のコンストラクター。 |
RecoverableDataAccessException(StringSE msg, ThrowableSE cause)RecoverableDataAccessException のコンストラクター。 |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic RecoverableDataAccessException(StringSE msg)
msg - 詳細メッセージ public RecoverableDataAccessException(StringSE msg, ThrowableSE cause)
msg - 詳細メッセージ cause - 根本原因 (通常、JDBC などの基礎となるデータアクセス API の使用から)