org.apache.hadoop.hbase
Class MasterNotRunningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.hbase.MasterNotRunningException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Public
@InterfaceStability.Stable
public class MasterNotRunningException
extends IOException

Thrown if the master is not running

See Also:
Serialized Form

Constructor Summary
MasterNotRunningException()
          default constructor
MasterNotRunningException(Exception e)
          Constructor taking another exception.
MasterNotRunningException(String s)
          Constructor
MasterNotRunningException(String s, Exception e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MasterNotRunningException

public MasterNotRunningException()
default constructor


MasterNotRunningException

public MasterNotRunningException(String s)
Constructor

Parameters:
s - message

MasterNotRunningException

public MasterNotRunningException(Exception e)
Constructor taking another exception.

Parameters:
e - Exception to grab data from.

MasterNotRunningException

public MasterNotRunningException(String s,
                                 Exception e)


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.