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:
 Serializable
Thrown when an endpoint (either a Hazelcast server or a client) interacts
 with a 
FencedLock instance after its CP session is closed
 in the underlying CP group and its lock ownership is cancelled.- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
LockOwnershipLostException
public LockOwnershipLostException() - 
LockOwnershipLostException
 
 -