org.jgroups.service.lease
Class RecursiveLeaseRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jgroups.service.lease.LeaseException
org.jgroups.service.lease.LeaseDeniedException
org.jgroups.service.lease.RecursiveLeaseRequestException
- All Implemented Interfaces:
- java.io.Serializable
- public class RecursiveLeaseRequestException
- extends LeaseDeniedException
This exception indicates that lease factory has undecided lease request
for the specified lease target and from specified tenant. This exception
usually means that there is problem in lease request algorithm implementation.
- See Also:
- Serialized Form
Field Summary |
protected java.lang.Object |
tenant
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
tenant
protected java.lang.Object tenant
RecursiveLeaseRequestException
public RecursiveLeaseRequestException(java.lang.Object leaseTarget,
java.lang.Object tenant)
RecursiveLeaseRequestException
public RecursiveLeaseRequestException(java.lang.String msg,
java.lang.Object leaseTarget,
java.lang.Object tenant)
getTenant
public java.lang.Object getTenant()
Copyright ? 2001,2002 www.jgroups.com . All Rights Reserved.