net.jini.core.lease
Class LeaseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.jini.core.lease.LeaseException
Direct Known Subclasses:
LeaseDeniedException, LeaseMapException, UnknownLeaseException

public class LeaseException
extends java.lang.Exception

Generic superclass for specific lease exceptions.

See Also:
Serialized Form

Constructor Summary
LeaseException()
          Constructs an LeaseException with no detail message.
LeaseException(java.lang.String reason)
          Constructs an LeaseException with the specified 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
 

Constructor Detail

LeaseException

public LeaseException()
Constructs an LeaseException with no detail message.

LeaseException

public LeaseException(java.lang.String reason)
Constructs an LeaseException with the specified detail message.


Copyright © 1999 Sun Microsystems, Inc. All rights reserved