org.jgroups.service.lease
Class RecursiveLeaseRequestException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jgroups.service.lease.LeaseException
              extended byorg.jgroups.service.lease.LeaseDeniedException
                  extended byorg.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
           
 
Fields inherited from class org.jgroups.service.lease.LeaseDeniedException
DEFAULT_MESSAGE, leaseTarget
 
Constructor Summary
RecursiveLeaseRequestException(java.lang.Object leaseTarget, java.lang.Object tenant)
           
RecursiveLeaseRequestException(java.lang.String msg, java.lang.Object leaseTarget, java.lang.Object tenant)
           
 
Method Summary
 java.lang.Object getTenant()
           
 
Methods inherited from class org.jgroups.service.lease.LeaseDeniedException
getLeaseTarget
 
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
 

Field Detail

tenant

protected java.lang.Object tenant
Constructor Detail

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)
Method Detail

getTenant

public java.lang.Object getTenant()


Copyright © 2001,2002 www.jgroups.com . All Rights Reserved.