|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jgroups.service.lease.LeaseException
org.jgroups.service.lease.UnknownLeaseException
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 |
public static final java.lang.String DEFAULT_MESSAGE
protected Lease unknownLease
Constructor Detail |
public UnknownLeaseException(Lease unknownLease)
public UnknownLeaseException(java.lang.String msg, Lease unknownLease)
Method Detail |
public Lease getUnknownLease()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |