|
Field Summary | ||
static String |
ERR_EXCLUSIVE_LOCK_EXISTS 1: the qname 2: the lock token 3: the existing other lock |
|
static String |
ERR_FAILED_TO_ACQUIRE_LOCK 1: the qname 2: the lock token |
|
static String |
ERR_FAILED_TO_RELEASE_LOCK 1: the qname 2: the lock token |
|
static String |
ERR_LOCK_RESOURCE_MISSING 1: the qname 2: the lock token |
|
static String |
ERR_LOCK_UPDATE_COUNT 1: the qname 2: the lock token 3: the actual update count 4: the expected update count |
Constructor Summary | ||
LockAcquisitionException(String msgId, Object... args) | ||
LockAcquisitionException(Throwable cause, String msgId, Object... args) | ||
LockAcquisitionException(QName lockQName, String lockToken) |
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException |
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException |
Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
|