
public class StaleRevisionLockException extends CDOException
lock stale objects.
An object is considered stale if its revision is older than the latest server
revision in the same branch.
| Constructor and Description |
|---|
StaleRevisionLockException(CDORevisionKey[] staleRevisions) |
| Modifier and Type | Method and Description |
|---|---|
CDORevisionKey[] |
getStaleRevisions() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StaleRevisionLockException(CDORevisionKey[] staleRevisions)
public CDORevisionKey[] getStaleRevisions()
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.