org.jgroups.service.lease

Class RecursiveLeaseRequestException


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.

Field Summary

protected Object
tenant

Fields inherited from class org.jgroups.service.lease.LeaseDeniedException

DEFAULT_MESSAGE, leaseTarget

Constructor Summary

RecursiveLeaseRequestException(Object leaseTarget, Object tenant)
RecursiveLeaseRequestException(String msg, Object leaseTarget, Object tenant)

Method Summary

Object
getTenant()

Methods inherited from class org.jgroups.service.lease.LeaseDeniedException

getLeaseTarget

Field Details

tenant

protected Object tenant

Constructor Details

RecursiveLeaseRequestException

public RecursiveLeaseRequestException(Object leaseTarget,
                                      Object tenant)


RecursiveLeaseRequestException

public RecursiveLeaseRequestException(String msg,
                                      Object leaseTarget,
                                      Object tenant)

Method Details

getTenant

public Object getTenant()


Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.