Class LeaseExpiredException

All Implemented Interfaces:
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:
  • Constructor Details

    • LeaseExpiredException

      public LeaseExpiredException(String s)
      Creates a new LeaseExpiredException
      Parameters:
      s - the detail message