public class LeaseException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
LeaseException()
Constructs an LeaseException with no detail message.
|
LeaseException(String reason)
Constructs an LeaseException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public LeaseException()
public LeaseException(String reason)
reason - a String containing the reason why the
exception was thrownCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.