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