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:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LeaseExpiredException
Creates a newLeaseExpiredException- Parameters:
s- the detail message
-