Package org.apache.hadoop.hbase
Class MasterNotRunningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.MasterNotRunningException
- All Implemented Interfaces:
Serializable
Thrown if the master is not running
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptiondefault constructorConstructor taking another exception.Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
-
-
Constructor Details
-
MasterNotRunningException
public MasterNotRunningException()default constructor -
MasterNotRunningException
Constructor- Parameters:
s
- message
-
MasterNotRunningException
Constructor taking another exception.- Parameters:
e
- Exception to grab data from.
-
MasterNotRunningException
-