|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.simpleframework.util.FormatException
org.simpleframework.util.lease.LeaseException
public class LeaseException
The LeaseException
is used to indicate that some
operation failed when using the lease after the lease duration
has expired. Typically this will be thrown when the lease is
renewed after the expiry period has passed.
Constructor Summary | |
---|---|
LeaseException(java.lang.String message,
java.lang.Object... list)
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(java.lang.String message, java.lang.Object... list)
message
- this is a description of the exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |