Class LockOwnershipLostException

All Implemented Interfaces:
Serializable

public class LockOwnershipLostException
extends IllegalMonitorStateException
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:
FencedLock, CPSession, Serialized Form
  • Constructor Details

    • LockOwnershipLostException

      public LockOwnershipLostException()
    • LockOwnershipLostException

      public LockOwnershipLostException​(String message)