Class LeaseExpiredException

  • java.lang.Object
  • All Implemented Interfaces:
    java.io.Serializable

    public class LeaseExpiredException
    extends GemFireException
    A LeaseExpiredException is thrown when GemFire detects that a distributed lock obtained by the current thread with a limited lease (see @link DistributedLockService} has expired before it was explicitly released.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LeaseExpiredException​(java.lang.String s)
      Creates a new LeaseExpiredException
    • 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

      • LeaseExpiredException

        public LeaseExpiredException​(java.lang.String s)
        Creates a new LeaseExpiredException
        Parameters:
        s - the detail message