GigaSpaces XAP 10.0.1 API

net.jini.core.lease
Class LeaseDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.jini.core.lease.LeaseException
              extended by net.jini.core.lease.LeaseDeniedException
All Implemented Interfaces:
Serializable

public class LeaseDeniedException
extends LeaseException

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

Since:
1.0
Author:
Sun Microsystems, Inc.
See Also:
Serialized Form

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

Constructor Detail

LeaseDeniedException

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


LeaseDeniedException

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

Parameters:
reason - a String containing the reason why the lease was denied

GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.