|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
simple.util.lease.LeaseException
public class LeaseException
The LeaseException
is used to indicate that some
operation failed when attempting to use a Lease
.
Typically this will be thrown when the lease object is used
after the expiry period of the lease has passed.
Constructor Summary | |
---|---|
LeaseException()
This empty constructor is used if there is no explanation of the leasing exception required. |
|
LeaseException(java.lang.String desc)
This constructor is used if there is a description of the event that caused the exception required. |
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 |
---|
public LeaseException()
public LeaseException(java.lang.String desc)
desc
- this is a description of the exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |