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
ConstructorsConstructorDescriptionEntityConcurrentUpdateException(String message) EntityConcurrentUpdateException(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionbooleanデッドロックの検知かを取得します。booleanisNowait()Nowaiteの検知かを取得します。voidsetDeadLock(boolean isDeadLock) デッドロックの検知かを設定します。voidsetNowait(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の検知か
-