Class 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 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LockOwnershipLostException

        public LockOwnershipLostException()
      • LockOwnershipLostException

        public LockOwnershipLostException​(java.lang.String message)