Package com.hazelcast.cp.lock.exception


package com.hazelcast.cp.lock.exception
Contains exception classes related to the locking API of CP Subsystem
  • Exceptions
    Class
    Description
    Thrown when the current lock holder could not acquired the lock reentrantly because the configured lock acquire limit is reached.
    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.