Class OptimisticLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.riadalabs.jira.plugins.insight.common.exception.InsightException
com.riadalabs.jira.plugins.insight.common.exception.OptimisticLockException
- All Implemented Interfaces:
Serializable
The OptimisticLockException to throw when attempt to update object attribute fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOptimisticLockException
(String values, int objectTypeAttributeId, int objectId) -
Method Summary
Modifier and TypeMethodDescriptionint
int
Methods inherited from class com.riadalabs.jira.plugins.insight.common.exception.InsightException
getMessage, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
OptimisticLockException
-
-
Method Details
-
getValues
-
getObjectTypeAttributeId
public int getObjectTypeAttributeId() -
getObjectId
public int getObjectId()
-