public class LeaseException extends FormatException
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 and Description |
---|
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.
|
public LeaseException(java.lang.String message, java.lang.Object... list)
message
- this is a description of the exception