org.apache.accumulo.core.master
Class MasterNotRunningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.accumulo.core.master.MasterNotRunningException
All Implemented Interfaces:
Serializable

public class MasterNotRunningException
extends Exception

See Also:
Serialized Form

Constructor Summary
MasterNotRunningException(String msg)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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(String msg)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2015 Apache Accumulo Project. All rights reserved.