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

クラス EntityConcurrentUpdateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
すべての実装されたインタフェース:
java.io.Serializable

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

    コンストラクタ 
    コンストラクタ 説明
    EntityConcurrentUpdateException()  
    EntityConcurrentUpdateException​(java.lang.String message)  
    EntityConcurrentUpdateException​(java.lang.String message, java.lang.Throwable cause)  
    EntityConcurrentUpdateException​(java.lang.Throwable cause)  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    boolean isDeadLock()
    デッドロックの検知かを取得します。
    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

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • コンストラクタの詳細

  • メソッドの詳細

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