Gemfire JavaDocs_test
Package org.apache.geode.distributed
Class LeaseExpiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.distributed.LeaseExpiredException
-
- All Implemented Interfaces:
java.io.Serializable
public class LeaseExpiredException extends GemFireException
ALeaseExpiredException
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 newLeaseExpiredException
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-