Class LeaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.simpleframework.util.FormatException
org.simpleframework.util.lease.LeaseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SessionException
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.- Author:
- Niall Gallagher
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLeaseException(String message, 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 Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LeaseException
-