|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--net.jini.core.lease.LeaseException | +--net.jini.core.lease.LeaseMapException
An exception generated when a LeaseMap renewAll or cancelAll call generates exceptions on one or more leases in the map.
Field Summary | |
java.util.Map |
exceptionMap
A Map from Lease to Exception, containing each lease that failed to renew or cancel, and the exception that resulted from that lease's renewal or cancel attempt. |
Constructor Summary | |
LeaseMapException(java.lang.String s,
java.util.Map exceptionMap)
Constructs an LeaseMapException for the specified map with a detail message. |
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 |
Field Detail |
public java.util.Map exceptionMap
Constructor Detail |
public LeaseMapException(java.lang.String s, java.util.Map exceptionMap)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |