net.jini.core.lease
Class LeaseDeniedException

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

public class LeaseDeniedException
extends LeaseException

An exception generated when a lease request or renewal is denied.

See Also:
Serialized Form

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

LeaseDeniedException

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

LeaseDeniedException

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


Copyright © 1999 Sun Microsystems, Inc. All rights reserved