パッケージ org.iplass.mtp.entity
クラス EntityConcurrentUpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.iplass.mtp.MtpException
org.iplass.mtp.ApplicationException
org.iplass.mtp.entity.EntityApplicationException
org.iplass.mtp.entity.EntityConcurrentUpdateException
- すべての実装されたインタフェース:
Serializable
別トランザクションと更新が競合した場合スローされる例外。
- 関連項目:
-
コンストラクタの概要
コンストラクタ説明EntityConcurrentUpdateException
(String message) EntityConcurrentUpdateException
(String message, Throwable cause) -
メソッドの概要
修飾子とタイプメソッド説明boolean
デッドロックの検知かを取得します。boolean
isNowait()
Nowaiteの検知かを取得します。void
setDeadLock
(boolean isDeadLock) デッドロックの検知かを設定します。void
setNowait
(boolean isNowait) Nowaiteの検知かを設定します。クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
コンストラクタの詳細
-
EntityConcurrentUpdateException
public EntityConcurrentUpdateException() -
EntityConcurrentUpdateException
-
EntityConcurrentUpdateException
-
EntityConcurrentUpdateException
-
-
メソッドの詳細
-
isDeadLock
public boolean isDeadLock()デッドロックの検知かを取得します。- 戻り値:
- デッドロックの検知か
-
setDeadLock
public void setDeadLock(boolean isDeadLock) デッドロックの検知かを設定します。- パラメータ:
isDeadLock
- デッドロックの検知か
-
isNowait
public boolean isNowait()Nowaiteの検知かを取得します。- 戻り値:
- Nowaiteの検知か
-
setNowait
public void setNowait(boolean isNowait) Nowaiteの検知かを設定します。- パラメータ:
isNowait
- Nowaiteの検知か
-