public class ConcurrencyFailureException extends TransientDataAccessException
この例外は、失敗の型(楽観的ロック、ロック取得の失敗など)を示すためにサブクラス化する必要があります。
OptimisticLockingFailureException, PessimisticLockingFailureException, CannotAcquireLockException, DeadlockLoserDataAccessException, 連載形式 | コンストラクターと説明 |
|---|
ConcurrencyFailureException(StringSE msg)ConcurrencyFailureException のコンストラクター。 |
ConcurrencyFailureException(StringSE msg, ThrowableSE cause)ConcurrencyFailureException のコンストラクター。 |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic ConcurrencyFailureException(StringSE msg)
msg - 詳細メッセージ public ConcurrencyFailureException(StringSE msg, @Nullable ThrowableSE cause)
msg - 詳細メッセージ cause - 使用中のデータアクセス API の根本原因