Package com.hazelcast.cp.lock.exception
Class LockOwnershipLostException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalMonitorStateException
-
- com.hazelcast.cp.lock.exception.LockOwnershipLostException
-
- All Implemented Interfaces:
java.io.Serializable
public class LockOwnershipLostException extends java.lang.IllegalMonitorStateException
Thrown when an endpoint (either a Hazelcast server or a client) interacts with aFencedLock
instance after its CP session is closed in the underlying CP group and its lock ownership is cancelled.- See Also:
FencedLock
,CPSession
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LockOwnershipLostException()
LockOwnershipLostException(java.lang.String message)
-