Package nablarch.common.exclusivecontrol
Class OptimisticLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nablarch.core.message.ApplicationException
nablarch.common.exclusivecontrol.OptimisticLockException
- All Implemented Interfaces:
Serializable
楽観的ロックでバージョン番号が更新されている場合に発生する例外。
- See Also:
-
Constructor Summary
ConstructorDescriptionOptimisticLockException
(List<Version> errorVersions, Message message) インスタンスを生成する。 -
Method Summary
Methods inherited from class nablarch.core.message.ApplicationException
addMessages, addMessages, getMessage, getMessages
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OptimisticLockException
インスタンスを生成する。- Parameters:
errorVersions
- 楽観的ロックエラーが発生したバージョン情報のリストmessage
- 結果メッセージ
-
-
Method Details
-
getErrorVersions
楽観的ロックエラーが発生したバージョン番号を取得する。- Returns:
- 楽観的ロックエラーが発生したバージョン番号
-