@InterfaceAudience.Public public class MasterNotRunningException extends HBaseIOException
| Constructor and Description | 
|---|
| MasterNotRunningException()default constructor | 
| MasterNotRunningException(Exception e)Constructor taking another exception. | 
| MasterNotRunningException(String s)Constructor | 
| MasterNotRunningException(String s,
                         Exception e) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MasterNotRunningException()
public MasterNotRunningException(String s)
s - messagepublic MasterNotRunningException(Exception e)
e - Exception to grab data from.Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.