GigaSpaces XAP 10.0.1 API

net.jini.core.lease
Class UnknownLeaseException

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.UnknownLeaseException
All Implemented Interfaces:
Serializable

public class UnknownLeaseException
extends LeaseException

An exception used to indicate that a lease is not known to the grantor of the lease. This can occur when a lease expires or has been cancelled.

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

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

UnknownLeaseException

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


UnknownLeaseException

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

Parameters:
reason - a detail message

GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.