Class LockOwnershipLostException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.loomcache.common.exception.LoomException
com.loomcache.common.exception.LockOwnershipLostException
- All Implemented Interfaces:
Serializable
Raised when a client attempts to release or use a CP lock after it no longer owns it.
Ownership is bound to the lock proxy that acquired the fencing token. After a client reconnects, recreates the proxy, or lets its CP ownership expire, callers must acquire the lock again and use the newer fencing token.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLockOwnershipLostException(String message) LockOwnershipLostException(String message, @Nullable Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LockOwnershipLostException
-
LockOwnershipLostException
-