org.jgroups.service.lease
Class UnknownLeaseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jgroups.service.lease.LeaseException
              extended byorg.jgroups.service.lease.UnknownLeaseException
All Implemented Interfaces:
java.io.Serializable

public class UnknownLeaseException
extends LeaseException

See Also:
Serialized Form

Field Summary
static java.lang.String DEFAULT_MESSAGE
           
protected  Lease unknownLease
           
 
Constructor Summary
UnknownLeaseException(Lease unknownLease)
           
UnknownLeaseException(java.lang.String msg, Lease unknownLease)
           
 
Method Summary
 Lease getUnknownLease()
           
 
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

DEFAULT_MESSAGE

public static final java.lang.String DEFAULT_MESSAGE
See Also:
Constant Field Values

unknownLease

protected Lease unknownLease
Constructor Detail

UnknownLeaseException

public UnknownLeaseException(Lease unknownLease)

UnknownLeaseException

public UnknownLeaseException(java.lang.String msg,
                             Lease unknownLease)
Method Detail

getUnknownLease

public Lease getUnknownLease()


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