@InterfaceAudience.Public @InterfaceStability.Stable public class MasterNotRunningException extends IOException
| 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 © 2013 The Apache Software Foundation. All Rights Reserved.