Package net.jini.core.lease
Class UnknownLeaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.jini.core.lease.LeaseException
net.jini.core.lease.UnknownLeaseException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownLeaseException
public UnknownLeaseException()Constructs an UnknownLeaseException with no detail message. -
UnknownLeaseException
Constructs an UnknownLeaseException with the specified detail message.- Parameters:
reason- a detail message
-