net.jini.core.lease
Class LeaseMapException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.jini.core.lease.LeaseException
                    |
                    +--net.jini.core.lease.LeaseMapException

public class LeaseMapException
extends LeaseException

An exception generated when a LeaseMap renewAll or cancelAll call generates exceptions on one or more leases in the map.

See Also:
Serialized Form

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

exceptionMap

public 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 Detail

LeaseMapException

public LeaseMapException(java.lang.String s,
                         java.util.Map exceptionMap)
Constructs an LeaseMapException for the specified map with a detail message.


Copyright © 1999 Sun Microsystems, Inc. All rights reserved