org.javagroups.service.lease
Class UnknownLeaseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.javagroups.service.lease.LeaseException
|
+--org.javagroups.service.lease.UnknownLeaseException
- All Implemented Interfaces:
- java.io.Serializable
- public class UnknownLeaseException
- extends LeaseException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEFAULT_MESSAGE
public static final java.lang.String DEFAULT_MESSAGE
unknownLease
protected Lease unknownLease
UnknownLeaseException
public UnknownLeaseException(Lease unknownLease)
UnknownLeaseException
public UnknownLeaseException(java.lang.String msg,
Lease unknownLease)
getUnknownLease
public Lease getUnknownLease()
Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.