パッケージ org.iplass.mtp.entity

クラス EntityConcurrentUpdateException

すべての実装されたインタフェース:
Serializable

public class EntityConcurrentUpdateException extends EntityApplicationException
別トランザクションと更新が競合した場合スローされる例外。
関連項目:
  • コンストラクタの詳細

    • EntityConcurrentUpdateException

      public EntityConcurrentUpdateException()
    • EntityConcurrentUpdateException

      public EntityConcurrentUpdateException(String message, Throwable cause)
    • EntityConcurrentUpdateException

      public EntityConcurrentUpdateException(String message)
    • EntityConcurrentUpdateException

      public EntityConcurrentUpdateException(Throwable cause)
  • メソッドの詳細

    • 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の検知か