com.gemstone.gemfire.distributed
Class LeaseExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.distributed.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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LeaseExpiredException
public LeaseExpiredException(String s)
- Creates a new
LeaseExpiredException
Copyright © 1997-2011 VMware, Inc. All rights reserved.