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