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 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.