Package org.iplass.mtp.entity
Class 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
- All Implemented Interfaces:
Serializable
別トランザクションと更新が競合した場合スローされる例外。
- See Also:
-
Constructor Summary
ConstructorDescriptionEntityConcurrentUpdateException
(String message) EntityConcurrentUpdateException
(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionboolean
デッドロックの検知かを取得します。boolean
isNowait()
Nowaiteの検知かを取得します。void
setDeadLock
(boolean isDeadLock) デッドロックの検知かを設定します。void
setNowait
(boolean isNowait) Nowaiteの検知かを設定します。Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityConcurrentUpdateException
public EntityConcurrentUpdateException() -
EntityConcurrentUpdateException
-
EntityConcurrentUpdateException
-
EntityConcurrentUpdateException
-
-
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の検知か
-