Package org.omegat.core.data
Class IProject.OptimisticLockingFail
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omegat.core.data.IProject.OptimisticLockingFail
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- IProject
Exception for optimistic locking fail. Used when segment changed remotely or by automatic translation,
but user also changed data.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOptimisticLockingFail(String oldTranslationText, String newTranslationText, IProject.AllTranslations previous) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OptimisticLockingFail
public OptimisticLockingFail(String oldTranslationText, String newTranslationText, IProject.AllTranslations previous)
-
-
Method Details
-
getOldTranslationText
-
getNewTranslationText
-
getPrevious
-