Package com.hazelcast.cp.lock.exception

Contains exception classes related to the locking API of CP Subsystem
  • Exception Summary 
    Exception Description
    LockAcquireLimitReachedException
    Thrown when the current lock holder could not acquired the lock reentrantly because the configured lock acquire limit is reached.
    LockOwnershipLostException
    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.