Class EntityConcurrentUpdateException

All Implemented Interfaces:
Serializable

public class EntityConcurrentUpdateException extends EntityApplicationException
別トランザクションと更新が競合した場合スローされる例外。
See Also:
  • Constructor Details

    • EntityConcurrentUpdateException

      public EntityConcurrentUpdateException()
    • EntityConcurrentUpdateException

      public EntityConcurrentUpdateException(String message, Throwable cause)
    • EntityConcurrentUpdateException

      public EntityConcurrentUpdateException(String message)
    • EntityConcurrentUpdateException

      public EntityConcurrentUpdateException(Throwable cause)
  • Method Details

    • isDeadLock

      public boolean isDeadLock()
      デッドロックの検知かを取得します。
      Returns:
      デッドロックの検知か
    • setDeadLock

      public void setDeadLock(boolean isDeadLock)
      デッドロックの検知かを設定します。
      Parameters:
      isDeadLock - デッドロックの検知か
    • isNowait

      public boolean isNowait()
      Nowaiteの検知かを取得します。
      Returns:
      Nowaiteの検知か
    • setNowait

      public void setNowait(boolean isNowait)
      Nowaiteの検知かを設定します。
      Parameters:
      isNowait - Nowaiteの検知か