public class LeaseException extends AtomicException
| Constructor and Description |
|---|
LeaseException()
Constructs an LeaseException with no detail message.
|
LeaseException(AtomicSerial.GetArg arg) |
LeaseException(String reason)
Constructs an LeaseException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LeaseException()
public LeaseException(String reason)
reason - a String containing the reason why the
exception was thrownpublic LeaseException(AtomicSerial.GetArg arg) throws IOException
IOExceptionCopyright © 2016–2018 The Apache Software Foundation. All rights reserved.